diff options
author | Murray Cumming <murrayc@murrayc.com> | 2016-11-15 12:51:07 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2016-11-15 12:51:07 +0100 |
commit | e9ef515b7b8db5b4f024ddfefe5dfc03f2b8ccea (patch) | |
tree | 0b89ec52296df87d75c655040c7cfbbf2b6f9fcc | |
parent | 0c5f8a24b4475375b678ce456e3f462018a83734 (diff) |
1.12.2v1.12.2cairomm-1-12
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1.12.2 (stable): + +* Remove new API that was not meant to be added in 1.12.1. + 1.12.1 (stable): * C++11: Use nullptr instead of 0. diff --git a/configure.ac b/configure.ac index 771884b..333a53d 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([cairomm], [1.12.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], +AC_INIT([cairomm], [1.12.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], [cairomm], [http://www.cairographics.org/cairomm/]) AC_PREREQ([2.62]) |