[PATCH libXaw3d] Apply appropriate version number for the first release candidate

Gaetan Nadon memsize at videotron.ca
Thu Aug 25 16:56:45 PDT 2011


This indicates feature freeze. When bug fixes and porting maintenance
is done, the version should be bumped to 1.6.0.

Refer to http://wiki.x.org/wiki/Development/Documentation/VersionNumberScheme

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---

	Will a tarball be published?

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index aaf5e9a..03ddb5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,8 @@
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libXaw3d], [1.5E])
+AC_INIT([libXaw3d], [1.5.99.900],
+        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXaw3d])
 AC_CONFIG_SRCDIR([Makefile.am])
 
 # Initialize Automake
-- 
1.7.4.1



More information about the xorg-devel mailing list