[Ocfs2-tools-commits] manish commits r1010 - in
branches/ocfs2-tools-1.0: . debian ocfs2console/ocfs2interface
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Aug 2 16:42:32 CDT 2005
Author: manish
Date: 2005-08-02 16:42:31 -0500 (Tue, 02 Aug 2005)
New Revision: 1010
Modified:
branches/ocfs2-tools-1.0/configure.in
branches/ocfs2-tools-1.0/debian/changelog
branches/ocfs2-tools-1.0/ocfs2console/ocfs2interface/about.py
Log:
Bump version numbers, default to debug builds disabled
Modified: branches/ocfs2-tools-1.0/configure.in
===================================================================
--- branches/ocfs2-tools-1.0/configure.in 2005-08-02 21:40:39 UTC (rev 1009)
+++ branches/ocfs2-tools-1.0/configure.in 2005-08-02 21:42:31 UTC (rev 1010)
@@ -7,16 +7,16 @@
AC_SUBST(PACKAGE)
# Adjust these for the software version.
-MAJOR_VERSION=0
-MINOR_VERSION=99
-MICRO_VERSION=16
-EXTRA_VERSION=BETA17
+MAJOR_VERSION=1
+MINOR_VERSION=0
+MICRO_VERSION=0
+EXTRA_VERSION=
# Adjust this only to bump the RPM packaging version
RPM_VERSION=1
DIST_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
-VERSION=$DIST_VERSION-$EXTRA_VERSION
+VERSION=$DIST_VERSION
AC_SUBST(MAJOR_VERSION)
AC_SUBST(MINOR_VERSION)
@@ -65,7 +65,7 @@
AC_SUBST(root_sysconfdir)
AC_MSG_CHECKING(for debugging)
-AC_ARG_ENABLE(debug, [ --enable-debug=[yes/no] Turn on debugging [default=yes]],,enable_debug=yes)
+AC_ARG_ENABLE(debug, [ --enable-debug=[yes/no] Turn on debugging [default=yes]],,enable_debug=no)
OCFS2_DEBUG=
if test "x$enable_debug" = "xyes"; then
OCFS2_DEBUG=yes
Modified: branches/ocfs2-tools-1.0/debian/changelog
===================================================================
--- branches/ocfs2-tools-1.0/debian/changelog 2005-08-02 21:40:39 UTC (rev 1009)
+++ branches/ocfs2-tools-1.0/debian/changelog 2005-08-02 21:42:31 UTC (rev 1010)
@@ -1,3 +1,9 @@
+ocfs2-tools (1.0.0-1) unstable; urgency=low
+
+ * New release.
+
+ -- Joel Becker <joel.becker at oracle.com> Tue, 2 Aug 2006 14:40:25 -0700
+
ocfs2-tools (0.99.17-1) unstable; urgency=low
* New release.
Modified: branches/ocfs2-tools-1.0/ocfs2console/ocfs2interface/about.py
===================================================================
--- branches/ocfs2-tools-1.0/ocfs2console/ocfs2interface/about.py 2005-08-02 21:40:39 UTC (rev 1009)
+++ branches/ocfs2-tools-1.0/ocfs2console/ocfs2interface/about.py 2005-08-02 21:42:31 UTC (rev 1010)
@@ -17,7 +17,7 @@
import sys
-OCFS2TOOL_VERSION = '0.9.0'
+OCFS2TOOL_VERSION = '1.0.0'
def print_version():
print 'OCFS2Console version %s' % OCFS2TOOL_VERSION
More information about the Ocfs2-tools-commits
mailing list