From 100c10e7cd388496af21e35e340cd1bac4c819d6 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Wed, 14 Mar 2012 15:30:48 -0400 Subject: [PATCH] 2.2.0RC1 Change-Id: If10278df9b83b4d2d2764436947a81dadd120567 Signed-off-by: Oleg Drokin --- lustre/ChangeLog | 2 +- lustre/autoconf/lustre-version.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index f47afd6..6a3a273 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,4 +1,4 @@ -TBD Whamcloud, Inc. +2012-03-14 Whamcloud, Inc. * version 2.2.0 * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix * Server support for kernels: diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index cddc45f..fca4c5b 100644 --- a/lustre/autoconf/lustre-version.ac +++ b/lustre/autoconf/lustre-version.ac @@ -1,6 +1,6 @@ m4_define([LUSTRE_MAJOR],[2]) -m4_define([LUSTRE_MINOR],[1]) -m4_define([LUSTRE_PATCH],[58]) +m4_define([LUSTRE_MINOR],[2]) +m4_define([LUSTRE_PATCH],[0]) m4_define([LUSTRE_FIX],[0]) dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but -- 1.8.3.1