summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-27 22:46:12 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-03-27 22:46:12 +0200
commit8403a17b41b9df6e4e4f7430bf3144c387eb4572 (patch)
tree729abf6496820efea0433495e58d075b987b9997
parent0ad88fe0ee7c7e8c4324f7921155f587de5f4b78 (diff)
downloadglibmm-8403a17b41b9df6e4e4f7430bf3144c387eb4572.tar.gz
2.27.99.12.27.99.1
-rw-r--r--ChangeLog2
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b619c75..d92c7ddc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.27.99.1:
+
2011-03-27 Murray Cumming <murrayc@murrayc.com>
Gio::DBus*: More use of VariantContainerBase.
diff --git a/NEWS b/NEWS
index 1d61aa93..cf5675aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.27.99.1 (unstable):
+
+Gio:
+* DBus: Use VariantContainerBase for tuple Variants.
+
2.27.99 (unstable):
This is probably the very last release before 2.28.0 which will happen very soon.
diff --git a/configure.ac b/configure.ac
index 75d90d1d..6e9dba4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([glibmm], [2.27.99],
+AC_INIT([glibmm], [2.27.99.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])