Increase package version number to 0.3.3

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2017-12-31 15:15:54 +01:00
parent fe6e5e445b
commit 0cbe6abbd5

View File

@@ -16,6 +16,6 @@
#define PACKAGE_VERSION_MAJOR (0)
#define PACKAGE_VERSION_MINOR (3)
#define PACKAGE_VERSION_PATCH (2)
#define PACKAGE_VERSION_PATCH (3)
const char * get_package_version_string(void);