summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-12-31 18:43:50 +0100
committerStefano Karapetsas <[email protected]>2013-12-31 18:43:50 +0100
commit644da9c77a601ee181a00dbc24be04b08d15555c (patch)
treeb4f0f4facc9609438361977f98bb81993cb56fb9
parentdfc74c8749852e4054d3c784f9adbec3de310a79 (diff)
downloadpluma-644da9c77a601ee181a00dbc24be04b08d15555c.tar.bz2
pluma-644da9c77a601ee181a00dbc24be04b08d15555c.tar.xz
Bump version to 1.6.1mate-text-editor-1.6.1
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c236de83..be832f71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@ AC_PREREQ(2.63.2)
m4_define(pluma_major_version, 1)
m4_define(pluma_minor_version, 6)
-m4_define(pluma_micro_version, 0)
+m4_define(pluma_micro_version, 1)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
AC_INIT([pluma], [pluma_version],
[https://github.com/mate-desktop/mate-text-editor/issues],
- [pluma], [http://mate-desktop.org])
+ [mate-text-editor], [http://mate-desktop.org])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(pluma/pluma.c)