Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Speex
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Speex
Commits
7fc5f8b8
Commit
7fc5f8b8
authored
Dec 07, 2016
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: bump to 1.2.0
parent
b142ca9c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+2
-2
libspeex/arch.h
libspeex/arch.h
+1
-1
No files found.
configure.ac
View file @
7fc5f8b8
dnl Process this file with autoconf to produce a configure script. -*-m4-*-
AC_INIT([speex],[1.2
rc2
],[speex-dev@xiph.org])
AC_INIT([speex],[1.2
.0
],[speex-dev@xiph.org])
AC_CONFIG_SRCDIR([libspeex/speex.c])
AC_CONFIG_MACRO_DIR([m4])
...
...
@@ -15,7 +15,7 @@ SPEEX_MICRO_VERSION=16
SPEEX_EXTRA_VERSION=
SPEEX_LT_CURRENT=6
SPEEX_LT_REVISION=
0
SPEEX_LT_REVISION=
1
SPEEX_LT_AGE=5
...
...
libspeex/arch.h
View file @
7fc5f8b8
...
...
@@ -40,7 +40,7 @@
#define SPEEX_MINOR_VERSION 1
/**< Minor Speex version. */
#define SPEEX_MICRO_VERSION 16
/**< Micro Speex version. */
#define SPEEX_EXTRA_VERSION ""
/**< Extra Speex version. */
#define SPEEX_VERSION "speex-1.2
rc2"
/**< Speex version string. */
#define SPEEX_VERSION "speex-1.2
.0"
/**< Speex version string. */
#endif
/* A couple test to catch stupid option combinations */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment