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-22 23:59:49 +0400
committerMonty <xiphmont@fishcore.(none)>2009-04-22 23:59:49 +0400
commit539d578a403d882683eb108d6259a389d4872d12 (patch)
tree8d8896b8bed822fc36a72cc28ef5addc9e6b3321
parentad5016c94012c1e2ec9e85e406264654ea0140e3 (diff)
Hm, 0.5.1-1 is a bad idea for a version number.... 0.5.1.1 is much lesscompat-v0.5.1.1
annoying for package maintainers.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d0bb979..2c78e7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ CELT_MAJOR_VERSION=0
CELT_MINOR_VERSION=5
CELT_MICRO_VERSION=1
CELT_EXTRA_VERSION=1
-CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION-$CELT_EXTRA_VERSION
+CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION.$CELT_EXTRA_VERSION
CELT_LT_CURRENT=0
CELT_LT_REVISION=0