]> git.sesse.net Git - cubemap/commitdiff
Release Cubemap 1.0.3. 1.0.3
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 6 Feb 2014 21:37:28 +0000 (22:37 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 6 Feb 2014 21:37:28 +0000 (22:37 +0100)
NEWS
version.h

diff --git a/NEWS b/NEWS
index 32f14eec9447516afd6db9e689ac8317e4091900..bd204311c235e1d9d3049c30b8d02dc7e878c4b3 100644 (file)
--- 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).
index 13a98f5ca4a065ddecaa9e94308b2cc0f21bc147..bed36d222a773bb8a78480f451377a27fdc91414 100644 (file)
--- 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)