diff options
| author | Stefano Karapetsas <[email protected]> | 2014-02-18 09:13:52 +0100 | 
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2014-02-18 09:13:52 +0100 | 
| commit | a7b525e6da3422f58eb49ba01f468677b6bb8c56 (patch) | |
| tree | 9f9c938bd1b4d559eb5607908a48463f430e7c21 | |
| parent | 680ff55445993a762d73074304fd80dbd0b3ebbc (diff) | |
| download | marco-a7b525e6da3422f58eb49ba01f468677b6bb8c56.tar.bz2 marco-a7b525e6da3422f58eb49ba01f468677b6bb8c56.tar.xz | |
Bump version to 1.7.90marco-1.7.90
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -1,4 +1,4 @@ -1.7.0 +1.7.90      * Implement side-by-side tiling      * Use yelp-tools instead of mate-doc-utils      * Cut with fading the bar title when it's longer than the decoration diff --git a/configure.ac b/configure.ac index c08bbc34..52c7f01a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.50)  m4_define([marco_major_version], [1])  m4_define([marco_minor_version], [7]) -m4_define([marco_micro_version], [0]) +m4_define([marco_micro_version], [90])  m4_define([marco_version],            [marco_major_version.marco_minor_version.marco_micro_version]) | 
