summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-08-22 21:40:10 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-08-22 21:40:17 +0200
commita30c91010b29efa0df9e025517cc5d13c00b9591 (patch)
treee85aba16e83bd5ad03dadef1b814f6a6789ce1f2
parent9a81b80ec1952fa01f873af4d7273b7f834d3678 (diff)
downloadglibmm-a30c91010b29efa0df9e025517cc5d13c00b9591.tar.gz
2.45.52
I never released 2.45.1. I had meant to rebase the version change to be the latest commit but forgot to do that. I might not release this one just yet as a tarball either. I just need a version number for the other *mm projects to check for. Releasing a tarball might cause disruption if these latest changes cause problems.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f2abdcfe..7a641a56 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-2.45.51 (unstable):
+2.45.52 (unstable):
Glib::
* C++11: Glib::ObjectBase, Object, Interface: Add move operators.
diff --git a/configure.ac b/configure.ac
index 3cefcbc6..bfb3139a 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.45.51],
+AC_INIT([glibmm], [2.45.52],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])