summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-09-15 13:36:39 +0200
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-09-15 13:36:39 +0200
commitb06f0a41161870aa6b6249d0b4536d490d7620ef (patch)
tree622cb77adb6b8cc4bada3100f8463fa3a630fed9
parent58b44297775cd7b83e2e3644c1018ff010b87a65 (diff)
downloadmm-common-b06f0a41161870aa6b6249d0b4536d490d7620ef.tar.gz
0.9.70.9.7
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8c78b08..e6a97c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+mm-common 0.9.7 (2014-09-15)
+
+ * Add doxygen-extra.css, deprecate doxygen.css.
+ (Kjell Ahlstedt)
+ * Update for Doxygen 1.8.
+ (Kjell Ahlstedt)
+ * Update skeletonmm.
+ (Kjell Ahlstedt)
+
mm-common 0.9.6 (2012-10-07)
* Dist .js files that doxygen now generates
diff --git a/configure.ac b/configure.ac
index c885248..62e881e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with mm-common. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([mm-common], [0.9.6], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
+AC_INIT([mm-common], [0.9.7], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
[mm-common], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([util/mm-common-prepare.in])