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:
authorMonty <xiphmont@fishcore.(none)>2009-04-23 19:31:55 +0400
committerMonty <xiphmont@fishcore.(none)>2009-04-23 19:31:55 +0400
commit0bff87d48474c5d3e5cad4130130db820e117848 (patch)
tree3a8827d038ec5f990fb9ec6b92f3d2169fd5b0c6
parent4174deb99a685225aab98f03e36d8637f3d59b36 (diff)
Bump version for followup releasecompat-v0.5.1.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2c78e7d..ceacb22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AM_CONFIG_HEADER([config.h])
CELT_MAJOR_VERSION=0
CELT_MINOR_VERSION=5
CELT_MICRO_VERSION=1
-CELT_EXTRA_VERSION=1
+CELT_EXTRA_VERSION=2
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION.$CELT_EXTRA_VERSION
CELT_LT_CURRENT=0