[PVFS2-CVS]
commit by neill in pvfs2: ChangeLog configure configure.in
CVS commit program
cvs at parl.clemson.edu
Fri Sep 3 17:24:58 EDT 2004
Update of /projects/cvsroot/pvfs2
In directory parlweb:/tmp/cvs-serv32051
Modified Files:
ChangeLog configure configure.in
Log Message:
- version bump; ready for tagging
Index: ChangeLog
===================================================================
RCS file: /projects/cvsroot/pvfs2/ChangeLog,v
diff -p -u -r1.116 -r1.117
--- ChangeLog 3 Sep 2004 19:14:18 -0000 1.116
+++ ChangeLog 3 Sep 2004 20:24:58 -0000 1.117
@@ -3,8 +3,8 @@ PVFS2 Release ChangeLog
-----------------------
-pvfs2-0.6.4pre1
-===============
+pvfs2-0.6.4
+===========
- added a pvfs2-config tool to help when compiling against pvfs2
- new PAV option (COMPUTENODES_LAST) that controls whether compute
nodes are chosen first or last out of the total set of nodes
Index: configure
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure,v
diff -p -u -r1.180 -r1.181
--- configure 3 Sep 2004 19:14:18 -0000 1.180
+++ configure 3 Sep 2004 20:24:58 -0000 1.181
@@ -590,7 +590,7 @@ CONFIGURE_TIME=`date -u +"%F@%T"`
PVFS2_MAJOR=0
PVFS2_MINOR=6
PVFS2_SUB=4
-PVFS2_PRE="pre1-$CONFIGURE_TIME"
+PVFS2_PRE=""
am__api_version="1.4"
# Find a good install program. We prefer a C program (faster),
Index: configure.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure.in,v
diff -p -u -r1.179 -r1.180
--- configure.in 3 Sep 2004 19:14:19 -0000 1.179
+++ configure.in 3 Sep 2004 20:24:58 -0000 1.180
@@ -18,8 +18,8 @@ CONFIGURE_TIME=`date -u +"%F@%T"`
PVFS2_MAJOR=0
PVFS2_MINOR=6
PVFS2_SUB=4
-dnl PVFS2_PRE=""
-PVFS2_PRE="pre1-$CONFIGURE_TIME"
+PVFS2_PRE=""
+dnl PVFS2_PRE="pre1-$CONFIGURE_TIME"
AM_INIT_AUTOMAKE(pvfs2, $PVFS2_MAJOR.$PVFS2_MINOR.$PVFS2_SUB$PVFS2_PRE)
More information about the PVFS2-CVS
mailing list