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@usherbrooke.ca>2008-05-15 15:53:36 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-05-15 15:53:36 +0400
commitab5e06106133a70dffb99768b6fdfaa6382a0bb8 (patch)
tree7bb7b0ebf6c81e71dfed445da5a111cdefb59738 /configure.ac
parent59093c090ec7ee3328d389549c6614e5c7a47017 (diff)
version bump to 0.3.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 486c739..236eb47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AM_CONFIG_HEADER([config.h])
CELT_MAJOR_VERSION=0
CELT_MINOR_VERSION=3
-CELT_MICRO_VERSION=1
+CELT_MICRO_VERSION=2
CELT_EXTRA_VERSION=
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION