From b1beb2ccbcc04f6615b75375821c51ef4828ee24 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 11 Jul 2012 13:07:44 -0500 Subject: bump version to 12.10.0 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e69de29..a3fadf7 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,14 @@ +12.10.0 + + - merge lp:~evgeni/libindicator/multiarch-same-devheaders so that we + don't include build-time filenames in comments of the enum header + files. If we do, the header files may be different on each build. + This is especially harmful when building multiple times for multiple + architectures and expecting the files to be identical. + + - merge lp:~charlesk/libindicator/fix-test-sources to fix a + copy-and-paste error in specifying the tests' source files + + - merge lp:~charlesk/libindicator/cxx to constify the constructors + for indicator_service_manager + diff --git a/configure.ac b/configure.ac index 4eaa3ac..fd14287 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([libindicator], - [0.5.0], + [12.10.0], [http://bugs.launchpad.net/libindicator], [libindicator], [http://launchpad.net/libindicator]) -- cgit v1.2.3