diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2008-11-25 19:07:31 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2008-11-25 19:07:31 -0500 |
commit | 2303fab811048b9c05b4d11c317cf6d1e4965518 (patch) | |
tree | 88f091a195cada4816e484cfe27264a917be941d /configure.ac | |
parent | bb051d5ec6f1e7b767aef4ca231ad8baad28fd1a (diff) | |
download | libnice-2303fab811048b9c05b4d11c317cf6d1e4965518.tar.gz |
version 0.0.3.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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]) |