[PVFS2-CVS]
commit by neill in pvfs2: ChangeLog configure configure.in
CVS commit program
cvs at parl.clemson.edu
Fri Oct 29 18:28:16 EDT 2004
Update of /projects/cvsroot/pvfs2
In directory parlweb:/tmp/cvs-serv20003
Modified Files:
ChangeLog configure configure.in
Log Message:
- version bump; ready for new dev
Index: ChangeLog
===================================================================
RCS file: /projects/cvsroot/pvfs2/ChangeLog,v
diff -p -u -r1.141 -r1.142
--- ChangeLog 29 Oct 2004 21:07:50 -0000 1.141
+++ ChangeLog 29 Oct 2004 21:28:16 -0000 1.142
@@ -3,6 +3,12 @@ PVFS2 Release ChangeLog
-----------------------
+pvfs2-1.0.0pre1
+===============
+-
+
+
+
pvfs2-0.9.0
===========
- documentation updates to HA and FAQ documents
Index: configure
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure,v
diff -p -u -r1.194 -r1.195
--- configure 29 Oct 2004 21:07:50 -0000 1.194
+++ configure 29 Oct 2004 21:28:16 -0000 1.195
@@ -589,10 +589,10 @@ ac_configure=$ac_aux_dir/configure # Thi
CONFIGURE_TIME=`date -u +"%F@%T"`
-PVFS2_MAJOR=0
-PVFS2_MINOR=9
+PVFS2_MAJOR=1
+PVFS2_MINOR=0
PVFS2_SUB=0
-PVFS2_PRE=""
+PVFS2_PRE="pre1-$CONFIGURE_TIME"
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.193 -r1.194
--- configure.in 29 Oct 2004 21:07:50 -0000 1.193
+++ configure.in 29 Oct 2004 21:28:16 -0000 1.194
@@ -15,11 +15,11 @@ dnl into the version; for official relea
dnl
dnl PVFS2 versioning information
CONFIGURE_TIME=`date -u +"%F@%T"`
-PVFS2_MAJOR=0
-PVFS2_MINOR=9
+PVFS2_MAJOR=1
+PVFS2_MINOR=0
PVFS2_SUB=0
-PVFS2_PRE=""
-dnl PVFS2_PRE="pre1-$CONFIGURE_TIME"
+dnl PVFS2_PRE=""
+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