diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2012-02-09 18:53:27 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2012-02-09 18:53:27 -0500 |
commit | 016f6d56d986a2a9b10c75cc42ca39aeaba82612 (patch) | |
tree | ca95b6560d3290581c0e6e18d573931ebd2dabdb /configure.ac | |
parent | fe4209094484409edc15e180be21cea85832f75f (diff) |
oups, version should be 0.1.1.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b766f35..0d56c8f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ 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(libnice, 0.1.1.0) +AC_INIT(libnice, 0.1.1.1) LIBNICE_RELEASE="no" AC_CANONICAL_SYSTEM |