diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-03 14:56:18 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-03 14:56:18 -0600 |
| commit | 18e5be1fdf184b1a2181acf5a4f1034589adb430 (patch) | |
| tree | 9508e96d5d369cf3a5016968f0e53be5f003ee5c /configure.ac | |
| parent | e08f5483f846c85b36a087228ba4a61f4e103776 (diff) | |
| parent | cd55d421ca00a32f8ee1f0a4339eec23160284c7 (diff) | |
| download | ayatana-indicator-application-18e5be1fdf184b1a2181acf5a4f1034589adb430.tar.gz ayatana-indicator-application-18e5be1fdf184b1a2181acf5a4f1034589adb430.tar.bz2 ayatana-indicator-application-18e5be1fdf184b1a2181acf5a4f1034589adb430.zip | |
* New upstream release.
* Support the scroll wheel event and send it to applications.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f76ec1f..fa8d252 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.92, ted@canonical.com) +AC_INIT(indicator-application, 0.2.93, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.2.92) +AM_INIT_AUTOMAKE(indicator-application, 0.2.93) AM_MAINTAINER_MODE |
