diff options
author | Ted Gould <ted@canonical.com> | 2009-08-27 13:25:07 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-27 13:25:07 -0500 |
commit | d3b9f1d9459e1476f305b9268b9280cf6bb0a25c (patch) | |
tree | bc2d3d9dda67863d8e3312b6b8f44b9104482ab4 | |
parent | 01b023c84f8762d501716d15b3aceec047466627 (diff) | |
download | libdbusmenu-d3b9f1d9459e1476f305b9268b9280cf6bb0a25c.tar.gz libdbusmenu-d3b9f1d9459e1476f305b9268b9280cf6bb0a25c.tar.bz2 libdbusmenu-d3b9f1d9459e1476f305b9268b9280cf6bb0a25c.zip |
Increasing the version to 0.1.0 because of a miscommunication about what the next version will be. The next version will be 0.1.1
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 950724c..b39652e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libdbusmenu, 0.0.1, ted@canonical.com) +AC_INIT(libdbusmenu, 0.1.0, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libdbusmenu, 0.0.2) +AM_INIT_AUTOMAKE(libdbusmenu, 0.1.0) AM_MAINTAINER_MODE |