diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-06 23:33:28 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-06 23:33:28 +0200 |
commit | 225d5d27e766f88f642516d93b406f4624df57dc (patch) | |
tree | e9cb84b3b7befec10b325d8fd4af2f91f60bc1bf /configure.in | |
parent | ef260326909001f5c1f6c17c48e5f4494757d2b8 (diff) | |
download | mate-desktop-225d5d27e766f88f642516d93b406f4624df57dc.tar.bz2 mate-desktop-225d5d27e766f88f642516d93b406f4624df57dc.tar.xz |
fix gsettings schema name
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 88c32bc..e11d068 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [5]) -m4_define([mate_micro], [0]) +m4_define([mate_micro], [1]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |