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

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-02-20 05:43:40 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-02-20 05:43:40 +0300
commit0bb05bc5ead56bacad2ed65d44f9e0e5c6cd47ef (patch)
tree4364006e20f8e82f7f307333b2f2da941a1bf4a9 /configure.ac
parentd3b86e53479266d0e27c86f0e0a8dea6dfe3a284 (diff)
Another bunch of C99 array conversions (few more to go)
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 41c0782..fc7724d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,9 +5,9 @@ AC_INIT(libcelt/arch.h)
AM_CONFIG_HEADER([config.h])
CELT_MAJOR_VERSION=0
-CELT_MINOR_VERSION=1
+CELT_MINOR_VERSION=2
CELT_MICRO_VERSION=0
-CELT_EXTRA_VERSION=
+CELT_EXTRA_VERSION=-git
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION
CELT_LT_CURRENT=0