diff options
author | jep <jep@2b0047a9-a6d8-0310-accf-f7200b2a168c> | 2015-01-26 09:52:06 +0000 |
---|---|---|
committer | jep <jep@2b0047a9-a6d8-0310-accf-f7200b2a168c> | 2015-01-26 09:52:06 +0000 |
commit | 910f927309b21605922a26a3f3e2c5611971f2d3 (patch) | |
tree | a75973cdc3c81ad8d7eb5d3c03f89785a5889b9d | |
parent | 7a6388d86f8398abd3fe583ed1c890bd9a88f195 (diff) |
Back to trunk
git-svn-id: https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mp3@2673 2b0047a9-a6d8-0310-accf-f7200b2a168c
-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 |