From 0cf5ee3eedaea2e31909a87d168c62fd51aa9521 Mon Sep 17 00:00:00 2001 From: jacob Date: Wed, 24 Nov 2004 20:00:29 +0000 Subject: [PATCH] r=phil,adilger Bump to 1.4.0 in preparation for release. --- lustre/ChangeLog | 4 ++-- lustre/configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index c19eab4..21d3576 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,5 +1,5 @@ -tbd Cluster File Systems, Inc. - * version 1.3.4 +2004-11-23 Cluster File Systems, Inc. + * version 1.4.0 * bug fixes - changes from 1.2.9 - flock/lockf fixes (but it's still disabled, pending 5135) diff --git a/lustre/configure.in b/lustre/configure.in index f737f7d7..0b9c3c3 100644 --- a/lustre/configure.in +++ b/lustre/configure.in @@ -5,7 +5,7 @@ AC_INIT AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(lustre, 1.4.0rc1) +AM_INIT_AUTOMAKE(lustre, 1.4.0) # AM_MAINTAINER_MODE # Four main targets: lustre kernel modules, utilities, tests, and liblustre -- 1.8.3.1