[xiph-commits] r10806 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Sun Feb 12 05:04:01 PST 2006
Author: jm
Date: 2006-02-12 05:03:59 -0800 (Sun, 12 Feb 2006)
New Revision: 10806
Modified:
trunk/speex/libspeex/misc.h
Log:
version number change (1.1.12)
Modified: trunk/speex/libspeex/misc.h
===================================================================
--- trunk/speex/libspeex/misc.h 2006-02-12 13:01:36 UTC (rev 10805)
+++ trunk/speex/libspeex/misc.h 2006-02-12 13:03:59 UTC (rev 10806)
@@ -38,9 +38,9 @@
#ifndef SPEEX_VERSION
#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 ".1" /**< Extra Speex version. */
-#define SPEEX_VERSION "speex-1.1.11.1" /**< Speex version string. */
+#define SPEEX_MICRO_VERSION 12 /**< Micro Speex version. */
+#define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */
+#define SPEEX_VERSION "speex-1.1.12" /**< Speex version string. */
#endif
#include "arch.h"
More information about the commits
mailing list