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:
authorjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-03-14 22:49:13 +0300
committerjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-03-14 22:49:13 +0300
commit58c4159c13f6d8937f8b326702890cb33115bd06 (patch)
tree9ca31308711d5bfdaf00c42ddee5c28748c775be /configure.in
parent57479753681165c1e6b16ec44b57f0dcbbf449c7 (diff)
Bunp to 0.0.1
git-svn-id: http://svn.xiph.org/trunk/speex@3145 0101bb08-14d6-0310-b084-bc0e0c8e3800
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