diff options
author | Murray Cumming <murrayc@murrayc.com> | 2015-08-22 21:40:10 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2015-08-22 21:40:17 +0200 |
commit | a30c91010b29efa0df9e025517cc5d13c00b9591 (patch) | |
tree | e85aba16e83bd5ad03dadef1b814f6a6789ce1f2 /configure.ac | |
parent | 9a81b80ec1952fa01f873af4d7273b7f834d3678 (diff) | |
download | glibmm-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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |