diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2015-01-26 Release Maker <nomail@fluendo.com> + + * configure.ac: Back to TRUNK. + === release 0.10.32 === 2015-01-26 Josep Torra <josep@fluendo.com> diff --git a/configure.ac b/configure.ac index ccfa039..747a779 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl fill in your package name and version here dnl the fourth (nano) number should be 0 for a release, 1 for CVS, dnl and 2... for a prerelease dnl releases only do -Wall, cvs and prerelease does -Werror too -AC_INIT(GStreamer Fluendo MP3 Decoder, 0.10.32,, +AC_INIT(GStreamer Fluendo MP3 Decoder, 0.10.32.1,, gst-fluendo-mp3) AG_GST_INIT |