[xiph-commits] r9334 - in trunk/speex: . libspeex
jm at motherfish-iii.xiph.org
jm at motherfish-iii.xiph.org
Wed Jun 1 19:47:34 PDT 2005
Author: jm
Date: 2005-06-01 19:47:31 -0700 (Wed, 01 Jun 2005)
New Revision: 9334
Modified:
trunk/speex/configure.ac
trunk/speex/libspeex/fixed_arm4.h
trunk/speex/libspeex/misc.h
Log:
Preparing for 1.1.9
Modified: trunk/speex/configure.ac
===================================================================
--- trunk/speex/configure.ac 2005-06-01 05:10:20 UTC (rev 9333)
+++ trunk/speex/configure.ac 2005-06-02 02:47:31 UTC (rev 9334)
@@ -6,7 +6,7 @@
SPEEX_MAJOR_VERSION=1
SPEEX_MINOR_VERSION=1
-SPEEX_MICRO_VERSION=8
+SPEEX_MICRO_VERSION=9
SPEEX_EXTRA_VERSION=
#SPEEX_VERSION=1.1.7
SPEEX_VERSION=$SPEEX_MAJOR_VERSION.$SPEEX_MINOR_VERSION.$SPEEX_MICRO_VERSION$SPEEX_EXTRA_VERSION
Modified: trunk/speex/libspeex/fixed_arm4.h
===================================================================
--- trunk/speex/libspeex/fixed_arm4.h 2005-06-01 05:10:20 UTC (rev 9333)
+++ trunk/speex/libspeex/fixed_arm4.h 2005-06-02 02:47:31 UTC (rev 9334)
@@ -1,6 +1,6 @@
/* Copyright (C) 2004 Jean-Marc Valin */
/**
- @file fixed_generic.h
+ @file fixed_arm4.h
@brief ARM4 fixed-point operations
*/
/*
Modified: trunk/speex/libspeex/misc.h
===================================================================
--- trunk/speex/libspeex/misc.h 2005-06-01 05:10:20 UTC (rev 9333)
+++ trunk/speex/libspeex/misc.h 2005-06-02 02:47:31 UTC (rev 9334)
@@ -38,9 +38,9 @@
#ifndef SPEEX_VERSION
#define SPEEX_MAJOR_VERSION 1
#define SPEEX_MINOR_VERSION 1
-#define SPEEX_MICRO_VERSION 8
+#define SPEEX_MICRO_VERSION 9
#define SPEEX_EXTRA_VERSION ""
-#define SPEEX_VERSION "speex-1.1.8"
+#define SPEEX_VERSION "speex-1.1.9"
#endif
#include "arch.h"
More information about the commits
mailing list