From cdb1f9e0a6b20cdfa42b4ac8b533e1c5458cf671 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 19 Jan 2015 00:57:44 +0100 Subject: [PATCH] What's in a version number anyway? Spend another week on this and then call it a day --- general.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/general.h b/general.h index 6d30804d12..f98db47f0a 100644 --- a/general.h +++ b/general.h @@ -39,12 +39,7 @@ #endif #ifndef PACKAGE_VERSION -#ifdef __QNX__ -/* FIXME - avoid too many decimal points in number error */ -#define PACKAGE_VERSION "1003" -#else -#define PACKAGE_VERSION "1.0.0.3" -#endif +#define PACKAGE_VERSION "1.1" #endif /* Platform-specific headers */