diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-02-21 16:24:56 -0500 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-02-21 16:24:56 -0500 |
commit | d3c1d6f9b4120604b72068371f39a41ab261e706 (patch) | |
tree | 0d3d4b7be207160900fddaff821a1122a4360fc5 /configure.ac | |
parent | 071688159a1f27a86167004295feb5624e83ef49 (diff) | |
download | liza-d3c1d6f9b4120604b72068371f39a41ab261e706.tar.gz liza-d3c1d6f9b4120604b72068371f39a41ab261e706.tar.bz2 liza-d3c1d6f9b4120604b72068371f39a41ab261e706.zip |
Version bump 0.11.{1=>2}v0.11.2
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 5904567..1080f82 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.11.1], [dev@lovullo.com]) +AC_INIT([liza], [0.11.2], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |