From a31605bd0773c91851900218783161ae444d90cb Mon Sep 17 00:00:00 2001 From: heinzel Date: Tue, 9 Oct 2012 10:47:22 +0200 Subject: [PATCH] Bumped version number because of recent fixes. --- unixtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unixtime.c b/unixtime.c index b813a64..97f9cca 100644 --- a/unixtime.c +++ b/unixtime.c @@ -12,7 +12,7 @@ /* symbols */ #define TRUE 1 #define FALSE 0 -#define VERSION "0.1" +#define VERSION "0.2" /* prototypes */ int print_version(void);