From 082b9c58dba20187b964b7d3b8b95c4d432fd4e8 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 31 May 2014 20:48:42 +0200 Subject: [PATCH] update version to .3 --- include/win32/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/win32/setup.h b/include/win32/setup.h index 7e0ca56ed..4b680db85 100644 --- a/include/win32/setup.h +++ b/include/win32/setup.h @@ -78,6 +78,6 @@ /* Version suffix such as a beta marker or release candidate marker. (e.g.: -rc2 for unrealircd-3.2.9-rc2) */ -#define UNREAL_VERSION_SUFFIX ".2" +#define UNREAL_VERSION_SUFFIX ".3" #endif