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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--version.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bb838c0b..b5ba066d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# For libtool.
dnl Please update these for releases.
OPUS_LT_CURRENT=5
-OPUS_LT_REVISION=0
+OPUS_LT_REVISION=1
OPUS_LT_AGE=5
AC_SUBST(OPUS_LT_CURRENT)
diff --git a/version.mk b/version.mk
index 175c1d94..dbf7f7c6 100644
--- a/version.mk
+++ b/version.mk
@@ -1,2 +1,2 @@
# static version string; update manually every release.
-PACKAGE_VERSION = "1.1.x-git"
+PACKAGE_VERSION = "1.1.1"