diff options
-rw-r--r-- | src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h index 6d724f5..edd3acc 100644 --- a/src/Version.h +++ b/src/Version.h @@ -24,6 +24,6 @@ #ifndef ___VERSION_H #define ___VERSION_H -static const char VERSION[] = "0.4.3"; +static const char VERSION[] = "0.4.4"; #endif |