[Nice] [nice/master] version 0.0.2

Youness Alaoui youness.alaoui at collabora.co.uk
Wed Nov 12 17:54:59 PST 2008


---
 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 21ad1ff..1c0a82f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ AC_PREREQ(2.59c)
 
 dnl releases only do -Wall, cvs and prerelease does -Werror too
 dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT(nice, 0.0.1.1)
-NICE_RELEASE="no"
+AC_INIT(nice, 0.0.2)
+NICE_RELEASE="yes"
 
 AC_CONFIG_SRCDIR([agent/agent.c])
 AC_CONFIG_HEADER([config.h])
@@ -26,9 +26,9 @@ AC_CONFIG_FILES([
 	])
 
 # Set the libtool C/A/R version info
-NICE_CURRENT=0
+NICE_CURRENT=1
 NICE_REVISION=0
-NICE_AGE=0
+NICE_AGE=1
 NICE_LIBVERSION=${NICE_CURRENT}:${NICE_REVISION}:${NICE_AGE}
 NICE_LT_LDFLAGS="-version-info ${NICE_LIBVERSION}"
 AC_SUBST(NICE_LT_LDFLAGS)
-- 
1.5.6.5



More information about the Nice mailing list