Revision: 14448
Author:   
rain...@gmail.com
Date:     Wed Nov  6 02:05:57 2013 UTC
Log:      Bump version
http://code.google.com/p/miranda/source/detail?r=14448
Modified:
  /trunk/miranda/docs/changelog.txt
  /trunk/miranda/include/m_version.h
  /trunk/miranda-tools/installer/miranda-version.nsi
=======================================
--- /trunk/miranda/docs/changelog.txt	Mon Oct 21 16:07:32 2013 UTC
+++ /trunk/miranda/docs/changelog.txt	Wed Nov  6 02:05:57 2013 UTC
@@ -3,11 +3,18 @@
                             
www.miranda-im.org
+* New in 0.10.19
+Bugfixes:
+ - Fix for SCRAM authorization (affects 
jabber.ru servers)
+
+
  * New in 0.10.18
+Bugfixes:
   - Change update server url (old style update server has been disabled on  
the server)
  * New in 0.10.17
+Bugfixes:
   - Fix NSIS installer resources issue
=======================================
--- /trunk/miranda/include/m_version.h	Mon Oct 21 16:07:32 2013 UTC
+++ /trunk/miranda/include/m_version.h	Wed Nov  6 02:05:57 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,18,0
-#define MIRANDA_VERSION_STRING      "0.10.18.0"
-#define MIRANDA_VERSION_CORE        MIRANDA_MAKE_VERSION(0, 10, 18, 0)
-#define MIRANDA_VERSION_CORE_STRING "0.10.18"
+#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"
  #endif // M_VERSION_H__
=======================================
--- /trunk/miranda-tools/installer/miranda-version.nsi	Mon Oct 21 16:07:32  
2013 UTC
+++ /trunk/miranda-tools/installer/miranda-version.nsi	Wed Nov  6 02:05:57  
2013 UTC
@@ -1,4 +1,4 @@
  ; Miranda Version Info
-!define MIM_VERSION             "0.10.18"
+!define MIM_VERSION             "0.10.19"
  !define MIM_BETA                "0" ; 0 for final build