Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
vo-amrwbenc
Commits
c13251b7
Commit
c13251b7
authored
13 years ago
by
Martin Storsjo
Browse files
Options
Download
Patches
Plain Diff
Add a changelog entry for 0.1.1, bump the version numbers
parent
b302e2d9
bc
master
v0.1.3
v0.1.2
v0.1.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+3
-0
ChangeLog
configure.ac
+2
-2
configure.ac
with
5 additions
and
2 deletions
ChangeLog
+
3
−
0
View file @
c13251b7
0.1.1
- Fix building for windows
0.1.0
- Initial release of vo-amrwbenc
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
2
View file @
c13251b7
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_INIT([vo-amrwbenc], [0.1.
0
], [http://sourceforge.net/projects/opencore-amr/])
AC_INIT([vo-amrwbenc], [0.1.
1
], [http://sourceforge.net/projects/opencore-amr/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar])
...
...
@@ -43,7 +43,7 @@ AC_SUBST(LIBTOOL_DEPS)
# soname version to use
# goes by ‘current[:revision[:age]]’ with the soname ending up as
# current.age.revision.
VO_AMRWBENC_VERSION=0:
1
:0
VO_AMRWBENC_VERSION=0:
2
:0
AC_SUBST(VO_AMRWBENC_VERSION)
AC_CONFIG_FILES([Makefile
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets