diff options
author | Steve Zesch <[email protected]> | 2013-01-20 15:27:03 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2013-01-20 15:27:03 -0500 |
commit | b01c3c1b706dddd5ac763885c9948fede60e951b (patch) | |
tree | 73f1f037b554b46d21458cb7971f22a4b52a5c25 /configure.in | |
parent | bbf589fbb561fb1c011194115c17abb447dccea4 (diff) | |
download | mate-applets-b01c3c1b706dddd5ac763885c9948fede60e951b.tar.bz2 mate-applets-b01c3c1b706dddd5ac763885c9948fede60e951b.tar.xz |
Preparing for 1.5.1 release.
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 c67621ce..5f680723 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.5.0) +AC_INIT(mate-applets, 1.5.1) AC_PREREQ(2.59) AM_CONFIG_HEADER(config.h) |