Skip to content

Commit

Permalink
configury: bump release version to 33.2.0.
Browse files Browse the repository at this point in the history
* configure.ac (AC_INIT): Bump release version to 33.2.0.
* .travis.yml: Regenerate.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
  • Loading branch information
gvvaughan committed Jan 2, 2015
1 parent 343da97 commit 4f0e01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])

Expand Down

0 comments on commit 4f0e01a

Please sign in to comment.