diff --git a/.gitignore b/.gitignore index 9395e48..e3e986d 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,7 @@ *.lib # LuaRocks generated files -luabcd-1.0-1.src.rock +*.src.rock # Make/configure Generated Files .depend diff --git a/luabcd-1.0-2.rockspec b/luabcd-1.0-3.rockspec similarity index 96% rename from luabcd-1.0-2.rockspec rename to luabcd-1.0-3.rockspec index e194602..025de58 100644 --- a/luabcd-1.0-2.rockspec +++ b/luabcd-1.0-3.rockspec @@ -1,8 +1,8 @@ package = "LuaBcd" -version = "1.0-2" +version = "1.0-3" source = { url = "git://github.com/patrickfrey/luabcd", - tag = "1.0-2" + tag = "1.0-3" } description = { summary = "BCD arithmetic for arbitrary large integers",