From 2c1970454c1820a22775b773d64bb280fc5586d5 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Thu, 10 Jul 2014 23:33:18 -0400 Subject: [PATCH] New RC 2.6.0-RC1 Change-Id: I230ed92c894cdfb188f8a1cfc347b551ca2d1c3a --- 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 76f9789..04562ff 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,4 +1,4 @@ -TBD Intel Corporation +07-15-2014 Intel Corporation * version 2.6.0 * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions. diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 48d1cac..55eb74f 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],[5]) -m4_define([LUSTRE_PATCH],[60]) +m4_define([LUSTRE_MINOR],[6]) +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