[brasero] build: updated configure.ac and NEWS for a 3.11.3 release



commit 918d8256738bbeca9fd8964d2e1295271ad33d90
Author: Joshua Lock <joshua lock intel com>
Date:   Mon Dec 16 12:10:19 2013 +0000

    build: updated configure.ac and NEWS for a 3.11.3 release

 NEWS         |    6 ++++++
 configure.ac |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index b4141cc..68e7c9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+* Brasero 3.11.3
+        - Indonesian translation of help
+        - Support Tracker 0.18
+        - Translation updates
+        - Remove X session support (make Brasero work under Wayland)
+
 * Brasero 3.11.0
         - Translation updates
         - Include an appdata file
diff --git a/configure.ac b/configure.ac
index 0514d6c..3e28b4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([brasero],[3.11.1])
+AC_INIT([brasero],[3.11.3])
 AC_CONFIG_SRCDIR(src/main.c)
 
 BRASERO_MAJOR_VERSION=3
 BRASERO_MINOR_VERSION=11
-BRASERO_SUB=1
+BRASERO_SUB=3
 BRASERO_VERSION=$BRASERO_MAJOR_VERSION.$BRASERO_MINOR_VERSION.$BRASERO_SUB
 
 AC_SUBST(BRASERO_MAJOR_VERSION)
@@ -21,7 +21,7 @@ dnl   change to C+1:0:0
 dnl - If the interface is the same as the previous version, change to C:R+1:A
 
 LT_CURRENT=3
-LT_REVISION=5
+LT_REVISION=6
 LT_AGE=2
 
 AC_SUBST(LT_CURRENT)


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