diff options
author | Ted Gould <ted@canonical.com> | 2009-04-22 14:58:42 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-22 14:58:42 -0500 |
commit | a98311e89708a52946534d648220dbbd708f2eaa (patch) | |
tree | e762058ae5cd89a820dda54a312131f867e64c4d | |
parent | 1842b5b5cdc9ab9fe16f34158579a6c40e593438 (diff) | |
download | ayatana-indicator-messages-a98311e89708a52946534d648220dbbd708f2eaa.tar.gz ayatana-indicator-messages-a98311e89708a52946534d648220dbbd708f2eaa.tar.bz2 ayatana-indicator-messages-a98311e89708a52946534d648220dbbd708f2eaa.zip |
Putting a 'dev' on the version number
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7f408c6..ea25eac 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.2.0) +AM_INIT_AUTOMAKE(indicator-messages, 0.2.0dev) AM_MAINTAINER_MODE |