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
Vorbis
Commits
01dc791e
Commit
01dc791e
authored
Jun 03, 2009
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump versions for release candidate. This time for real.
svn path=/trunk/vorbis/; revision=16077
parent
4b2abd18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
configure.ac
configure.ac
+4
-4
lib/info.c
lib/info.c
+1
-1
No files found.
configure.ac
View file @
01dc791e
...
...
@@ -5,7 +5,7 @@ dnl Initialization and Versioning
dnl ------------------------------------------------
AC_INIT([libvorbis],[1.2.2],[vorbis-dev@xiph.org])
AC_INIT([libvorbis],[1.2.2
rc1
],[vorbis-dev@xiph.org])
AC_CONFIG_SRCDIR([lib/mdct.c])
...
...
@@ -24,13 +24,13 @@ dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
V_LIB_CURRENT=4
V_LIB_REVISION=
1
V_LIB_REVISION=
2
V_LIB_AGE=4
VF_LIB_CURRENT=6
VF_LIB_REVISION=
0
VF_LIB_REVISION=
1
VF_LIB_AGE=3
VE_LIB_CURRENT=2
VE_LIB_REVISION=
4
VE_LIB_REVISION=
5
VE_LIB_AGE=0
AC_SUBST(V_LIB_CURRENT)
AC_SUBST(V_LIB_REVISION)
...
...
lib/info.c
View file @
01dc791e
...
...
@@ -32,7 +32,7 @@
#include "os.h"
#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.2.2rc1"
#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20090
51
4"
#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20090
60
4"
/* helpers */
static
int
ilog2
(
unsigned
int
v
){
...
...
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