diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-28 15:20:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-28 15:20:02 +0000 |
commit | 597d5a26ad80b3e45d4863c5083994900dfd54ec (patch) | |
tree | c842b647ab0be86eec7222e57cd60adea3222aec /include | |
parent | f7892e2c27b96566489297ae53dee0ed3e53bd9c (diff) |
collection of various fixes from the forums
git-svn-id: http://svn.miranda-ng.org/main/trunk@215 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/m_version.h b/include/m_version.h index b4e2498b2d..3e4129d315 100644 --- a/include/m_version.h +++ b/include/m_version.h @@ -27,10 +27,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MIRANDA_MAKE_VERSION(a,b,c,d) (((((DWORD)(a))&0xFF)<<24)|((((DWORD)(b))&0xFF)<<16)|((((DWORD)(c))&0xFF)<<8)|(((DWORD)(d))&0xFF))
#endif
-#define MIRANDA_VERSION_FILEVERSION 0,92,1,198
-#define MIRANDA_VERSION_STRING "0.92.1.198"
-#define MIRANDA_VERSION_DISPLAY "0.92.1 alpha build #198"
-#define MIRANDA_VERSION_DWORD MIRANDA_MAKE_VERSION(0, 92, 1, 198)
+#define MIRANDA_VERSION_FILEVERSION 0,92,1,207
+#define MIRANDA_VERSION_STRING "0.92.1.207"
+#define MIRANDA_VERSION_DISPLAY "0.92.1 alpha build #207"
+#define MIRANDA_VERSION_DWORD MIRANDA_MAKE_VERSION(0, 92, 1, 207)
#define MIRANDA_VERSION_CORE MIRANDA_MAKE_VERSION(0, 92, 1, 0)
#define MIRANDA_VERSION_CORE_STRING "0.92.1.0"
|