diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-24 19:48:02 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-24 19:48:02 +0100 |
commit | 64c90e20acb9d793dd7b0749edbbb5df43fd9364 (patch) | |
tree | b366004f89aefaf608bef9a253ab817570acb14f /configure.ac | |
parent | 0c03529ced0e0991357f7eca973facc25d8821d3 (diff) | |
download | mate-indicator-applet-64c90e20acb9d793dd7b0749edbbb5df43fd9364.tar.bz2 mate-indicator-applet-64c90e20acb9d793dd7b0749edbbb5df43fd9364.tar.xz |
Bump version to 1.5.1mate-indicator-applet-1.5.1
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 03e3153..01c6a07 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/applet-main.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(mate-indicator-applet, 1.5.0) +AM_INIT_AUTOMAKE(mate-indicator-applet, 1.5.1) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |