diff options
author | Ted Gould <ted@gould.cx> | 2011-08-25 09:04:37 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-25 09:04:37 -0500 |
commit | 22c49c1e43e913b7c9c453bb7aff8baf4905bc19 (patch) | |
tree | a79a3ebf148ee1e50ab49639ead20f57e94137aa /configure.ac | |
parent | 7dc2668bf7cec024e84bc1d211fab455b4c60655 (diff) | |
parent | ae8f3199a8f3c9d8ff1168465b136c579fac7385 (diff) | |
download | ayatana-indicator-messages-22c49c1e43e913b7c9c453bb7aff8baf4905bc19.tar.gz ayatana-indicator-messages-22c49c1e43e913b7c9c453bb7aff8baf4905bc19.tar.bz2 ayatana-indicator-messages-22c49c1e43e913b7c9c453bb7aff8baf4905bc19.zip |
* New upstream release.
* Fix naming of "Clear" item
* Fix alignment of items to there is a consistent gutter
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 0bb8645..de4f91b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-messages.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-messages, 0.4.94) +AM_INIT_AUTOMAKE(indicator-messages, 0.4.95) AM_MAINTAINER_MODE |