diff options
author | Perberos <[email protected]> | 2011-12-02 07:39:37 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-02 07:39:37 -0300 |
commit | defb2af0d4d28ff9fa10dedc04ea12658665a77c (patch) | |
tree | 9295ca064ecb5b5478945512d06215fabb975bc8 /configure.in | |
parent | fe7f01b695e7eabcf97d79ac271b7f9c4008b920 (diff) | |
download | mate-desktop-defb2af0d4d28ff9fa10dedc04ea12658665a77c.tar.bz2 mate-desktop-defb2af0d4d28ff9fa10dedc04ea12658665a77c.tar.xz |
adding version tag
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 6a5899f..a50f43d 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ m4_define([mate_platform], [2011]) -m4_define([mate_minor], [11]) -m4_define([mate_micro], [28]) +m4_define([mate_minor], [12]) +m4_define([mate_micro], [02]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |