From 7e40d65df0f8ff899374252139fc641837c828a4 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Fri, 7 Dec 2018 06:51:00 +0000 Subject: [PATCH] Fixed misnamed unit test file; upversioned to 0.0.2 --- src/version.h | 2 +- unit-tests/{empty-list.sh.bash => empty-list.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename unit-tests/{empty-list.sh.bash => empty-list.sh} (100%) diff --git a/src/version.h b/src/version.h index a629647..d827a52 100644 --- a/src/version.h +++ b/src/version.h @@ -8,4 +8,4 @@ * Licensed under GPL version 2.0, or, at your option, any later version. */ -#define VERSION "0.0.1" +#define VERSION "0.0.2" diff --git a/unit-tests/empty-list.sh.bash b/unit-tests/empty-list.sh similarity index 100% rename from unit-tests/empty-list.sh.bash rename to unit-tests/empty-list.sh