Skip to content

Commit

Permalink
Bug fix---forgot to update the version in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
spc476 committed Dec 3, 2016
1 parent f9a1941 commit f4fc26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ LIBDIR = $(LUA_DIR)/lib/lua/$(LUA_VERSION)
LUADIR = $(LUA_DIR)/share/lua/$(LUA_VERSION)

ifeq ($(VERSION),)
VERSION=1.2.1
VERSION=1.2.3
endif

# ===================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package = "org.conman.cbor"
version = "1.2.2-1"
version = "1.2.3-1"

source =
{
Expand Down

0 comments on commit f4fc26f

Please sign in to comment.