From 525b1e7396880ef261c706ac896230bc7226c744 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 6 Feb 2014 22:37:28 +0100 Subject: [PATCH] Release Cubemap 1.0.3. --- NEWS | 5 +++++ version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 32f14ee..bd20431 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Cubemap 1.0.3, 2014-02-06 + + * Fix a compilation error with newer glibc. + + Cubemap 1.0.2, 2014-02-04 * Support SO_MAX_PACING_RATE (Linux 3.13 and above). diff --git a/version.h b/version.h index 13a98f5..bed36d2 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,7 @@ // Version number. Don't expect this to change all that often. -#define SERVER_VERSION "1.0.3-pre" +#define SERVER_VERSION "1.0.3" #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION #endif // !defined(_VERSION_H) -- 2.39.2