Changeset 8474
- Timestamp:
- 08/06/10 14:31:27 (3 years ago)
- Location:
- branches/cu-security-branch
- Files:
-
- 2 modified
-
configure (modified) (1 diff)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cu-security-branch/configure
r8397 r8474 1399 1399 PVFS2_VERSION_MAJOR=2 1400 1400 PVFS2_VERSION_MINOR=8 1401 PVFS2_VERSION_SUB= 11401 PVFS2_VERSION_SUB=2 1402 1402 #PVFS2_PRE="" 1403 PVFS2_VERSION_PRE=" pre1-$CONFIGURE_TIME"1403 PVFS2_VERSION_PRE="-orangefs-$CONFIGURE_TIME" 1404 1404 1405 1405 PVFS2_VERSION=$PVFS2_VERSION_MAJOR.$PVFS2_VERSION_MINOR.$PVFS2_VERSION_SUB$PVFS2_VERSION_PRE -
branches/cu-security-branch/configure.in
r8397 r8474 19 19 PVFS2_VERSION_MAJOR=2 20 20 PVFS2_VERSION_MINOR=8 21 PVFS2_VERSION_SUB= 121 PVFS2_VERSION_SUB=2 22 22 #PVFS2_PRE="" 23 PVFS2_VERSION_PRE=" pre1-$CONFIGURE_TIME"23 PVFS2_VERSION_PRE="-orangefs-$CONFIGURE_TIME" 24 24 25 25 PVFS2_VERSION=$PVFS2_VERSION_MAJOR.$PVFS2_VERSION_MINOR.$PVFS2_VERSION_SUB$PVFS2_VERSION_PRE
