diff --git a/ChangeLog b/ChangeLog index efb3cdf..462957c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +v0.5 (03/06/2013) + v0.4 (26/02/2013) ** User ** Add icons for low resolution screens diff --git a/src/controller/KissCount.hpp b/src/controller/KissCount.hpp index 74fe6b2..304407a 100644 --- a/src/controller/KissCount.hpp +++ b/src/controller/KissCount.hpp @@ -30,7 +30,7 @@ #include -#define APP_VERSION "0.4" +#define APP_VERSION "0.5" #define ESCAPE_CHARS(s) s = s.replace("\"", " "); // #define ESCAPE_CHARS(s) s = s.replace("\"", "\\\""); s = s.replace("\'", "\\\'");