diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-04-06 10:45:28 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-04-06 10:45:28 -0400 |
commit | 8cc73a4ca81aace65fdef4a43fc3b1bd2bf96b12 (patch) | |
tree | 3250b1d40c67b5f06e9f15958b3b21996dfc8821 /configure.ac | |
parent | bada152d5253d8033d7ebeccb4f66346d0dcec46 (diff) | |
download | liza-8cc73a4ca81aace65fdef4a43fc3b1bd2bf96b12.tar.gz liza-8cc73a4ca81aace65fdef4a43fc3b1bd2bf96b12.tar.bz2 liza-8cc73a4ca81aace65fdef4a43fc3b1bd2bf96b12.zip |
Version bump v0.3.{2=>3}v0.3.3
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 13a7176..b71e4f2 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.3.2], [dev@lovullo.com]) +AC_INIT([liza], [0.3.3], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |