1 |
From d15422187c71f4eb6c3985c28d0980a4624074ed Mon Sep 17 00:00:00 2001 |
2 |
From: Andrei Karas <akaras@inbox.ru> |
3 |
Date: Sun, 8 May 2011 20:42:37 +0300 |
4 |
Subject: [PATCH 4/5] Change client display version to 1.1.5.1.mageia1 |
5 |
|
6 |
--- |
7 |
src/main.h | 2 +- |
8 |
1 files changed, 1 insertions(+), 1 deletions(-) |
9 |
|
10 |
diff --git a/src/main.h b/src/main.h |
11 |
index 0dd9374..7795b44 100644 |
12 |
--- a/src/main.h |
13 |
+++ b/src/main.h |
14 |
@@ -90,7 +90,7 @@ |
15 |
//define DEBUG_ALPHA_CACHE 1 |
16 |
//define DEBUG_OPENGL_LEAKS 1 |
17 |
|
18 |
-#define SMALL_VERSION "1.1.5.1" |
19 |
+#define SMALL_VERSION "1.1.5.1.mageia1" |
20 |
#define CHECK_VERSION "01.01.05.01" |
21 |
|
22 |
|
23 |
-- |
24 |
1.7.1 |
25 |
|