From cb83bf2c7d0ce32c723acc47901919f2ad716254 Mon Sep 17 00:00:00 2001 From: Patrick Frey Date: Fri, 6 Nov 2020 20:53:23 +0100 Subject: [PATCH] tag 1.0-3 --- .gitignore | 2 +- luabcd-1.0-2.rockspec => luabcd-1.0-3.rockspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename luabcd-1.0-2.rockspec => luabcd-1.0-3.rockspec (96%) 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",