From 052d752a4d4232fcc893cd89dcf3a58aa9ba4696 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 27 Oct 2014 05:36:16 +0100 Subject: [PATCH] Bump up to version 1.0.0.3 (beta) --- general.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general.h b/general.h index fa1cfe0951..556c6717c7 100644 --- a/general.h +++ b/general.h @@ -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