summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2008-11-25 19:07:31 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2008-11-25 19:07:31 -0500
commit2303fab811048b9c05b4d11c317cf6d1e4965518 (patch)
tree88f091a195cada4816e484cfe27264a917be941d /configure.ac
parentbb051d5ec6f1e7b767aef4ca231ad8baad28fd1a (diff)
downloadlibnice-2303fab811048b9c05b4d11c317cf6d1e4965518.tar.gz
version 0.0.3.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 581afe3..1050b99 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.3)
-NICE_RELEASE="yes"
+AC_INIT(nice, 0.0.3.1)
+NICE_RELEASE="no"
AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADER([config.h])