From 4f0e01ab684c83f925757dc844380882cf595150 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 1 Jan 2015 19:47:20 +0000 Subject: [PATCH] configury: bump release version to 33.2.0. * configure.ac (AC_INIT): Bump release version to 33.2.0. * .travis.yml: Regenerate. Signed-off-by: Gary V. Vaughan --- .travis.yml | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3d738668..d8561167 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,7 +107,7 @@ install: fi' # Build from rockspec. - - export ROCKSPEC=luaposix-33.1.0-1.rockspec + - export ROCKSPEC=luaposix-33.2.0-1.rockspec - 'test -f "$ROCKSPEC" || ROCKSPEC=luaposix-git-1.rockspec' - sudo luarocks make $ROCKSPEC LUA="$LUA" diff --git a/configure.ac b/configure.ac index 3e85ed86..11d5b1d6 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## See README for license. ## ------------------------------------------------------------------------ -AC_INIT([luaposix], [33.1.0], [http://github.com/luaposix/luaposix/issues]) +AC_INIT([luaposix], [33.2.0], [http://github.com/luaposix/luaposix/issues]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])