summaryrefslogtreecommitdiff
path: root/src/qcommon/q_shared.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2006-04-16 00:38:56 +0000
committerTim Angus <tim@ngus.net>2006-04-16 00:38:56 +0000
commitdfa4bb52a7ac0b1f99d1ce9f78ec0ffbb7d7febc (patch)
tree5a9285a1e1b232615ad964efc09237fe2d0b60b1 /src/qcommon/q_shared.h
parent85a7e9ef79326422e1fea85d7668f37c24c3dd93 (diff)
* Merged ioq3-r708
Diffstat (limited to 'src/qcommon/q_shared.h')
-rw-r--r--src/qcommon/q_shared.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h
index 64019b58..6d276630 100644
--- a/src/qcommon/q_shared.h
+++ b/src/qcommon/q_shared.h
@@ -27,7 +27,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// q_shared.h -- included first by ALL program modules.
// A user mod should never modify this file
-#define Q3_VERSION "tremulous 1.1.0"
+#define VERSION_NUMBER "1.1.0"
+#define Q3_VERSION "tremulous " VERSION_NUMBER
+#define CLIENT_WINDOW_TITLE "Tremulous " VERSION_NUMBER
+#define CLIENT_WINDOW_ICON "Tremulous"
+#define CONSOLE_WINDOW_TITLE "Tremulous " VERSION_NUMBER " console"
+#define CONSOLE_WINDOW_ICON "Tremulous console"
#define MAX_TEAMNAME 32