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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2005-12-02 11:49:58 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2005-12-02 11:49:58 +0300
commit4e1ef187f9de4941fd888bd2092d71bcf7206a2e (patch)
treed7d1b1ca42b8a734189484841dc351535e711581
parent7acbb54b540432bcb2a067aaebae47ee636da4c2 (diff)
version change to 1.1.11.1Speex-1.1.11.1
git-svn-id: http://svn.xiph.org/trunk/speex@10518 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--configure.ac2
-rw-r--r--libspeex/misc.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ba477af..6496338 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AM_CONFIG_HEADER([config.h])
SPEEX_MAJOR_VERSION=1
SPEEX_MINOR_VERSION=1
SPEEX_MICRO_VERSION=11
-SPEEX_EXTRA_VERSION=
+SPEEX_EXTRA_VERSION=.1
#SPEEX_VERSION=
SPEEX_VERSION=$SPEEX_MAJOR_VERSION.$SPEEX_MINOR_VERSION.$SPEEX_MICRO_VERSION$SPEEX_EXTRA_VERSION
diff --git a/libspeex/misc.h b/libspeex/misc.h
index c94bfb3..a773e4b 100644
--- a/libspeex/misc.h
+++ b/libspeex/misc.h
@@ -39,8 +39,8 @@
#define SPEEX_MAJOR_VERSION 1 /**< Major Speex version. */
#define SPEEX_MINOR_VERSION 1 /**< Minor Speex version. */
#define SPEEX_MICRO_VERSION 11 /**< Micro Speex version. */
-#define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */
-#define SPEEX_VERSION "speex-1.1.11" /**< Speex version string. */
+#define SPEEX_EXTRA_VERSION ".1" /**< Extra Speex version. */
+#define SPEEX_VERSION "speex-1.1.11.1" /**< Speex version string. */
#endif
#include "arch.h"