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 <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
