diff --git a/NEWS b/NEWS index e148ef3a..62d3c2f9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Release 0.8.12.2 (2016-03-24 Sorokin Alexei ) +================================================================== +COMPIZ-RELOADED + +Include forgotten compiz-start.desktop.in into the tarball, +needed for --enable-menu-entries. + Release 0.8.12.1 (2016-03-17 Sorokin Alexei ) ================================================================== COMPIZ-RELOADED diff --git a/configure.ac b/configure.ac index ba11bcf3..e99fd69b 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ m4_define(compiz_version_major, 0) m4_define(compiz_version_minor, 8) m4_define(compiz_version_micro, 12) -AC_INIT([compiz], [0.8.12.1], [chat-to-me@raveit.de]) +AC_INIT([compiz], [0.8.12.2], [chat-to-me@raveit.de]) COMPIZ_VERSION_MAJOR=compiz_version_major() COMPIZ_VERSION_MINOR=compiz_version_minor()