Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e5006ca..5c3925e 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT(libspeex/speex.h)
SPEEX_MAJOR_VERSION=0
SPEEX_MINOR_VERSION=0
-SPEEX_MICRO_VERSION=0
+SPEEX_MICRO_VERSION=1
SPEEX_VERSION=$SPEEX_MAJOR_VERSION.$SPEEX_MINOR_VERSION.$SPEEX_MICRO_VERSION
SPEEX_BINARY_AGE=0
SPEEX_INTERFACE_AGE=0