From 5bf9e2f871812d29e29e69bf4f35f99045784e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Thu, 6 Jan 2011 18:27:58 +0100 Subject: [PATCH] Bad version number --- src/controller/KissCount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/KissCount.h b/src/controller/KissCount.h index 7eb3a0a..0da2a31 100644 --- a/src/controller/KissCount.h +++ b/src/controller/KissCount.h @@ -29,7 +29,7 @@ #include -#define APP_VERSION "v0.1" +#define APP_VERSION "v0.2 dev" class wxUI; class Database;