[gstreamermm] Release 0.10.10.2.



commit 950ff3abffdcdf5951ad0b56be733c5e84382dd4
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Mon May 14 18:28:47 2012 -0400

    Release 0.10.10.2.
    
    	* NEWS:
    	* configure.ac: Prepare for a new release.

 ChangeLog    |    9 +++++++++
 NEWS         |    4 ++++
 configure.ac |    4 ++--
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d98afaa..58bd6af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+0.10.10.2:
+
+2012-05-14  Josà Alburquerque  <jaalburquerque gmail com>
+
+	Release 0.10.10.2.
+
+	* NEWS:
+	* configure.ac: Prepare for a new release.
+
 2012-05-14  Josà Alburquerque  <jaalburquerque gmail com>
 
 	Plugin Gen: Remove conflict with GStreamer *_get_type() function names.
diff --git a/NEWS b/NEWS
index 4ce3198..73a9d79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.10.10.2 (unstable):
+
+* Plugins: Remove conflict with GStreamer *_get_type() function names.
+
 0.10.10.1 (unstable):
 
 * Add a "Hello World" example.
diff --git a/configure.ac b/configure.ac
index 80822e6..83d96c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gstreamermm], [0.10.10.1],
+AC_INIT([gstreamermm], [0.10.10.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm],
         [gstreamermm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -61,7 +61,7 @@ AC_SUBST([GSTREAMERMM_MODULES],
          [[], [-base], [-controller], [-dataprotocol], [-net], [-plugins-base],
               [-audio], [-cdda], [-interfaces], [-netbuffer], [-rtp], [-video],
               [-pbutils]],
-         [ gstreamer[]m4_defn([gstmm_mod])[]-0.10 >= 0.10.35])'])
+         [ gstreamer[]m4_defn([gstmm_mod])[]-0.10 >= 0.10.36])'])
 PKG_CHECK_MODULES([GSTREAMERMM], [$GSTREAMERMM_MODULES])
 
 PKG_CHECK_MODULES([GUI_EXAMPLES], [$GSTREAMERMM_MODULES gtkmm-3.0 >= 3.0],



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]