diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-04-05 00:17:02 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-04-05 00:17:02 -0400 |
commit | 65feaa0c7ba487eb04920871d24ce07f804ec927 (patch) | |
tree | 9807170df62deee747ecc79d7a51ff293eb116a8 /configure.ac | |
parent | 31f67b6719326b6efe6424a74a8d139c7b640938 (diff) | |
download | liza-65feaa0c7ba487eb04920871d24ce07f804ec927.tar.gz liza-65feaa0c7ba487eb04920871d24ce07f804ec927.tar.bz2 liza-65feaa0c7ba487eb04920871d24ce07f804ec927.zip |
v0.{2=>3}.0 bumpv0.3.0
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 0b91803..dfad6c1 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ## -AC_INIT([liza], [0.2.0], [dev@lovullo.com]) +AC_INIT([liza], [0.3.0], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |