Bump up to version 1.0.0.3 (beta)

This commit is contained in:
twinaphex 2014-10-27 05:36:16 +01:00
parent f06ff82000
commit 052d752a4d

View File

@ -43,9 +43,9 @@
#ifndef PACKAGE_VERSION
#ifdef __QNX__
/* FIXME - avoid too many decimal points in number error */
#define PACKAGE_VERSION "1002"
#define PACKAGE_VERSION "1003"
#else
#define PACKAGE_VERSION "1.0.0.2"
#define PACKAGE_VERSION "1.0.0.3"
#endif
#endif