diff options
author | raveit65 <[email protected]> | 2016-03-11 18:40:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-11 18:40:41 +0100 |
commit | 3f190b77f1872296c5d780ae50b46d307be691d6 (patch) | |
tree | f5a055fb5e5b1e25df4bf06593bdb66ad12b0a86 | |
parent | b9402bd57c4cdcb69e478fbbd65fd01282f27091 (diff) | |
download | mate-settings-daemon-3f190b77f1872296c5d780ae50b46d307be691d6.tar.bz2 mate-settings-daemon-3f190b77f1872296c5d780ae50b46d307be691d6.tar.xz |
pre-bump version
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +1.13.1 + 1.13.0 * GTK3: several deprecation fixes * Add setting to enable/disable the osd diff --git a/configure.ac b/configure.ac index 7b681c9..221f0fd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.60]) m4_define([msd_api_version_major],[1]) m4_define([msd_api_version_minor],[13]) -m4_define([msd_api_version_micro],[0]) +m4_define([msd_api_version_micro],[1]) m4_define([msd_api_version], [msd_api_version_major.msd_api_version_minor.msd_api_version_micro]) |