diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-14 20:10:01 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-14 20:10:01 +0300 |
commit | cfb2353a35c2275d1f8d45323817503ee6ddc4a4 (patch) | |
tree | 30afd88d9b4b3f2117a7fe25f2a3c3ca17ca87d6 /protocols/ICQ-WIM/src/version.h | |
parent | 7f350d178a8d15e7c8260c6e30f26670e5e813f3 (diff) |
fixes #3757 (ICQ: Миранда не может определить, что собеседник использует Миранду)
Diffstat (limited to 'protocols/ICQ-WIM/src/version.h')
-rw-r--r-- | protocols/ICQ-WIM/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/ICQ-WIM/src/version.h b/protocols/ICQ-WIM/src/version.h index bc77648b0b..f3c575a2c8 100644 --- a/protocols/ICQ-WIM/src/version.h +++ b/protocols/ICQ-WIM/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 96
-#define __RELEASE_NUM 3
-#define __BUILD_NUM 4
+#define __RELEASE_NUM 4
+#define __BUILD_NUM 1
#include <stdver.h>
|