Bump up version to 1.0.0.1
This commit is contained in:
parent
92e3e890de
commit
7cd24a493e
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue