diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-04-20 08:46:48 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-04-20 08:46:48 -0400 |
commit | c83af2fb400d9b7de608daf905d29a14f21a7a70 (patch) | |
tree | 7081bc6037a5917782567703d52a83dd9022923d /configure.ac | |
parent | 553a02055447814a1f0eae795e6d620b6e3126f1 (diff) | |
download | liza-c83af2fb400d9b7de608daf905d29a14f21a7a70.tar.gz liza-c83af2fb400d9b7de608daf905d29a14f21a7a70.tar.bz2 liza-c83af2fb400d9b7de608daf905d29a14f21a7a70.zip |
Version bump 0.{5.1=>6.0}v0.6.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 fa50927..e2a1b8f 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.5.1], [dev@lovullo.com]) +AC_INIT([liza], [0.6.0], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |