diff options
Diffstat (limited to 'src/version.h')
-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 105c644..8b208f0 100644 --- a/src/version.h +++ b/src/version.h @@ -23,6 +23,6 @@ #ifndef ___VERSION_H #define ___VERSION_H -static const char VERSION[] = "0.2"; +static const char VERSION[] = "0.3"; #endif |