diff options
author | Colomban Wendling <[email protected]> | 2020-08-05 16:39:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-06 10:48:00 +0200 |
commit | 2125fb43d38b1ef50b4565a38b7e9e3612f80718 (patch) | |
tree | 22a8486fd3daea43bb904cfbf38c107620f3fb97 /configure.ac | |
parent | 95325cf57abaf278427c04f2352e27ed12ac1c67 (diff) | |
download | mate-desktop-2125fb43d38b1ef50b4565a38b7e9e3612f80718.tar.bz2 mate-desktop-2125fb43d38b1ef50b4565a38b7e9e3612f80718.tar.xz |
Bump version so other components can depend on it
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 6499b57..9b4a223 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ m4_define([mate_platform], [1]) -m4_define([mate_minor], [24]) +m4_define([mate_minor], [25]) m4_define([mate_micro], [0]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |