From b69486a8da0285af69584892ef51a619ce52f07c Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Mon, 1 Nov 2010 20:25:08 +0100 Subject: Fix the client version on Windows. Trivial fix. --- src/winver.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/winver.h b/src/winver.h index ea8d8e9c..773693bb 100644 --- a/src/winver.h +++ b/src/winver.h @@ -1,6 +1,6 @@ /* VERSION DEFINITIONS */ -#define VER_MAJOR 0 -#define VER_MINOR 5 +#define VER_MAJOR 1 +#define VER_MINOR 0 #define VER_RELEASE 0 #define VER_BUILD 0 -#define PACKAGE_VERSION "0.5.0.0" +#define PACKAGE_VERSION "1.0.0.0" -- cgit v1.2.3-70-g09d2