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-05-07 00:45:22 +0400
committerMonty <xiphmont@fishcore.(none)>2009-05-07 00:45:22 +0400
commit5555aae843f57241d005e330b9cb65602d56db0f (patch)
tree7a0209fd9c615f68e40ee264ba57d4a02186667d
parentf5d49df53a1500b0dc9b0eec690caf7e4b29932f (diff)
Bump version for compat-v0.5.1.3 releasecompat-v0.5.1.3
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ceacb22..d4b1a3f 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=2
+CELT_EXTRA_VERSION=3
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION.$CELT_EXTRA_VERSION
CELT_LT_CURRENT=0