Revision: 14471
Author:   
rain...@gmail.com
Date:     Tue Sep  9 17:13:29 2014 UTC
Log:      Bump version
https://code.google.com/p/miranda/source/detail?r=14471
Modified:
  /trunk/miranda/docs/changelog.txt
  /trunk/miranda/include/m_version.h
  /trunk/miranda-tools/installer/miranda-ui-type.ini
  /trunk/miranda-tools/installer/miranda-version.nsi
=======================================
--- /trunk/miranda/docs/changelog.txt	Fri May 16 14:10:51 2014 UTC
+++ /trunk/miranda/docs/changelog.txt	Tue Sep  9 17:13:29 2014 UTC
@@ -3,6 +3,11 @@
                             
www.miranda-im.org
+* New in 0.10.24
+Bugfixes:
+ - Installer fixes (more internal NSIS updates)
+
+
  * New in 0.10.23
  Bugfixes:
   - Installer fixes (internal NSIS update)
=======================================
--- /trunk/miranda/include/m_version.h	Fri May 16 14:09:49 2014 UTC
+++ /trunk/miranda/include/m_version.h	Tue Sep  9 17:13:29 2014 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,23,0
-#define MIRANDA_VERSION_STRING      "0.10.23.0"
-#define MIRANDA_VERSION_CORE        MIRANDA_MAKE_VERSION(0, 10, 23, 0)
-#define MIRANDA_VERSION_CORE_STRING "0.10.23"
+#define MIRANDA_VERSION_FILEVERSION 0,10,24,0
+#define MIRANDA_VERSION_STRING      "0.10.24.0"
+#define MIRANDA_VERSION_CORE        MIRANDA_MAKE_VERSION(0, 10, 24, 0)
+#define MIRANDA_VERSION_CORE_STRING "0.10.24"
  #endif // M_VERSION_H__
=======================================
--- /trunk/miranda-tools/installer/miranda-ui-type.ini	Mon Aug 27 17:43:30  
2012 UTC
+++ /trunk/miranda-tools/installer/miranda-ui-type.ini	Tue Sep  9 17:13:29  
2014 UTC
@@ -3,7 +3,7 @@
  [Field 1]
  Type=Label
-Text=Please select the type of installation you wish to peform.  Most  
users should choose "Normal Installation".  However, if you need to install  
Miranda IM to be portable, please select that option.
+Text=Please select the type of installation you wish to peform.
  Left=10
  Top=3
  Right=288
@@ -11,7 +11,7 @@
  [Field 2]
  Type=RadioButton
-Text=Normal Install (recommended)
+Text=Standard Installation
  State=1
  Left=25
  Right=180
@@ -20,7 +20,7 @@
  [Field 3]
  Type=RadioButton
-Text=Portable Install
+Text=Portable Installation
  State=0
  Left=25
  Right=140
=======================================
--- /trunk/miranda-tools/installer/miranda-version.nsi	Fri May 16 14:09:49  
2014 UTC
+++ /trunk/miranda-tools/installer/miranda-version.nsi	Tue Sep  9 17:13:29  
2014 UTC
@@ -1,4 +1,4 @@
  ; Miranda Version Info
-!define MIM_VERSION             "0.10.23"
+!define MIM_VERSION             "0.10.24"
  !define MIM_BETA                "0" ; 0 for final build