Bump up version to 1.0.0.1

This commit is contained in:
twinaphex 2014-01-11 12:18:07 +01:00
parent 92e3e890de
commit 7cd24a493e

View File

@ -42,9 +42,9 @@
#ifndef PACKAGE_VERSION #ifndef PACKAGE_VERSION
#ifdef __QNX__ #ifdef __QNX__
/* FIXME - avoid too many decimal points in number error */ /* FIXME - avoid too many decimal points in number error */
#define PACKAGE_VERSION "1000" #define PACKAGE_VERSION "1001"
#else #else
#define PACKAGE_VERSION "1.0.0.0" #define PACKAGE_VERSION "1.0.0.1"
#endif #endif
#endif #endif