[Gnucash-changes] Make the g2 version # different than Head.

Derek Atkins warlord at cvs.gnucash.org
Sun Dec 5 22:30:10 EST 2004


Log Message:
-----------
Make the g2 version # different than Head.

	* configure.in:
	  change the version number to 1.99 to make it different than HEAD.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
        configure.in

Revision Data
-------------
Index: configure.in
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/configure.in,v
retrieving revision 1.359.2.34
retrieving revision 1.359.2.35
diff -Lconfigure.in -Lconfigure.in -u -r1.359.2.34 -r1.359.2.35
--- configure.in
+++ configure.in
@@ -26,7 +26,7 @@
 ### check for various programs, and stuff (do this first because later
 ### commands depend on them):
 
-AC_INIT(gnucash, 1.9.0, http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash)
+AC_INIT(gnucash, 1.99.0, http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 AM_CONFIG_HEADER(config.h)
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.143
retrieving revision 1.1487.2.144
diff -LChangeLog -LChangeLog -u -r1.1487.2.143 -r1.1487.2.144
--- ChangeLog
+++ ChangeLog
@@ -5,6 +5,9 @@
 	  - Made Accounts h-scroll box policy automatic.
 	  - Reordered the containing table to two rows, one column
 
+	* configure.in:
+	  change the version number to 1.99 to make it different than HEAD.
+
 2004-12-04  Derek Atkins  <derek at ihtfp.com>
 
 	Fix some deprecated functions:


More information about the gnucash-changes mailing list