From e2e3bf8695d7a12539e6f590231e2912bc3fdc7c Mon Sep 17 00:00:00 2001 From: Sorokin Alexei Date: Thu, 11 Feb 2016 17:40:55 +0300 Subject: [PATCH] Pre-bump version to 0.8.12 --- NEWS | 15 ++++++++++++--- VERSION | 2 +- configure.ac | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 926a596..279a60f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ -Release 0.8.10.1 -============================================================== -Maintenance release. +Release 0.8.12 +================================================================== + +Release 0.8.9 (2015-11-06 Wolfgang Ulbrich ) +================================================================== +COMPIZ-RELOADED + +Accept as . + +MATE support. + +Do not use GConf in any session. diff --git a/VERSION b/VERSION index eff82cd..efde3e8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION=0.8.10.1 +VERSION=0.8.12 diff --git a/configure.ac b/configure.ac index 7572418..01fa8f7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.57) -AC_INIT([libcompizconfig], [0.8.10.1], [dev@opencompositing.org]) +AC_INIT([libcompizconfig], [0.8.12], [chat-to-me@raveit.de]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) AC_PROG_CXX