[miranda] r14452 committed - Bump version

0 views
Skip to first unread message

mir...@googlecode.com

unread,
Dec 18, 2013, 10:49:33 AM12/18/13
to miranda-i...@googlegroups.com
Revision: 14452
Author: rain...@gmail.com
Date: Wed Dec 18 15:49:20 2013 UTC
Log: Bump version
http://code.google.com/p/miranda/source/detail?r=14452

Modified:
/trunk/miranda/docs/changelog.txt
/trunk/miranda/include/m_version.h
/trunk/miranda-tools/installer/miranda-version.nsi

=======================================
--- /trunk/miranda/docs/changelog.txt Wed Nov 6 02:05:57 2013 UTC
+++ /trunk/miranda/docs/changelog.txt Wed Dec 18 15:49:20 2013 UTC
@@ -3,6 +3,12 @@
www.miranda-im.org


+* New in 0.10.20
+Bugfixes:
+ - Fix possible crash with the file transfer dialog
+ - Minor translation fix
+
+
* New in 0.10.19
Bugfixes:
- Fix for SCRAM authorization (affects jabber.ru servers)
=======================================
--- /trunk/miranda/include/m_version.h Wed Nov 6 02:05:57 2013 UTC
+++ /trunk/miranda/include/m_version.h Wed Dec 18 15:49:20 2013 UTC
@@ -27,9 +27,9 @@
#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,10,19,0
-#define MIRANDA_VERSION_STRING "0.10.19.0"
-#define MIRANDA_VERSION_CORE MIRANDA_MAKE_VERSION(0, 10, 19, 0)
-#define MIRANDA_VERSION_CORE_STRING "0.10.19"
+#define MIRANDA_VERSION_FILEVERSION 0,10,20,0
+#define MIRANDA_VERSION_STRING "0.10.20.0"
+#define MIRANDA_VERSION_CORE MIRANDA_MAKE_VERSION(0, 10, 20, 0)
+#define MIRANDA_VERSION_CORE_STRING "0.10.20"

#endif // M_VERSION_H__
=======================================
--- /trunk/miranda-tools/installer/miranda-version.nsi Wed Nov 6 02:05:57
2013 UTC
+++ /trunk/miranda-tools/installer/miranda-version.nsi Wed Dec 18 15:49:20
2013 UTC
@@ -1,4 +1,4 @@
; Miranda Version Info

-!define MIM_VERSION "0.10.19"
+!define MIM_VERSION "0.10.20"
!define MIM_BETA "0" ; 0 for final build
Reply all
Reply to author
Forward
0 new messages