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 /configure.ac | |
parent | b9402bd57c4cdcb69e478fbbd65fd01282f27091 (diff) | |
download | mate-settings-daemon-3f190b77f1872296c5d780ae50b46d307be691d6.tar.bz2 mate-settings-daemon-3f190b77f1872296c5d780ae50b46d307be691d6.tar.xz |
pre-bump version
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 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]) |