summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2008-11-12 20:54:59 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2008-11-12 20:54:59 -0500
commit7d5d8e62fb9084dae78b90a2c040f616b103f4de (patch)
tree46ee086ea25cc2e734d310ece84c0725df71bf7b
parentc8d6d7830be583bec11bd77c67a77028fc0ba73a (diff)
version 0.0.20.0.2
-rw-r--r--configure.ac8
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)