Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Speex
Commits
c23a4ea0
Commit
c23a4ea0
authored
Dec 07, 2013
by
Ron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the hardcoded SPEEX_VERSION match configure.ac
parent
e2d3bc39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libspeex/arch.h
libspeex/arch.h
+2
-2
No files found.
libspeex/arch.h
View file @
c23a4ea0
...
...
@@ -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 1
5
/**< Micro Speex version. */
#define SPEEX_MICRO_VERSION 1
6
/**< Micro Speex version. */
#define SPEEX_EXTRA_VERSION ""
/**< Extra Speex version. */
#define SPEEX_VERSION "speex-1.2
beta3
"
/**< Speex version string. */
#define SPEEX_VERSION "speex-1.2
rc1
"
/**< 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