From be39b2aa4bf1469db0c936d1415301dca3a1effc Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Fri, 11 Oct 2013 18:24:56 -0400 Subject: [PATCH] Tag 2.5.0-RC1 Change-Id: I9f5ebc667bcdc51f4f4fa0e7a8bad84e9e1ee42d --- 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 d045017..631f4cf 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,4 +1,4 @@ -TBD Intel Corporation +10-17-2013 Intel Corporation * version 2.5.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 49f6de2..d9b4967 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],[4]) -m4_define([LUSTRE_PATCH],[93]) +m4_define([LUSTRE_MINOR],[5]) +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