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 Oct 5, 2016
1 parent c6b3068 commit 7a18312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ LIBDIR=$(LUA_DIR)/lib/lua/$(shell lua -e "print(_VERSION:match '^Lua (.*)')")
LUADIR=$(LUA_DIR)/share/lua/$(shell lua -e "print(_VERSION:match '^Lua (.*)')")

ifeq ($(VERSION),)
VERSION=1.0.1
VERSION=1.1.1
endif

# ===================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package = "org.conman.cbor"
version = "1.1.0-1"
version = "1.1.1-1"

source =
{
url = "git://github.com/spc476/CBOR.git",
tag = "1.1.0"
tag = "1.1.1"
}

description =
Expand Down

0 comments on commit 7a18312

Please sign in to comment.