From 2c3d94b4f8c8a0f1c2442aafd16aedac597e9418 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Thu, 22 Jan 2015 17:33:01 -0400 Subject: [PATCH] No codename for 0.10.0 yet. --HG-- branch : minor --- src/common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/version.h b/src/common/version.h index 6bae8a663..f00a7fc7e 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -30,7 +30,7 @@ const int VERSION_MINOR = 10; const int VERSION_REV = 0; const char *VERSION = "0.10.0"; const char *VERSION_COMPATIBILITY[] = { VERSION, 0 }; -const char *VERSION_CODENAME = "Baby Inspector"; +const char *VERSION_CODENAME = ""; } // love