[miranda] r14445 committed - Bump version

0 views
Skip to first unread message

mir...@googlecode.com

unread,
Oct 21, 2013, 12:07:50 PM10/21/13
to miranda-i...@googlegroups.com
Revision: 14445
Author: rainwater
Date: Mon Oct 21 16:07:32 2013 UTC
Log: Bump version
http://code.google.com/p/miranda/source/detail?r=14445

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

=======================================
--- /trunk/miranda/docs/changelog.txt Wed Sep 11 17:42:27 2013 UTC
+++ /trunk/miranda/docs/changelog.txt Mon Oct 21 16:07:32 2013 UTC
@@ -3,6 +3,10 @@
www.miranda-im.org


+* New in 0.10.18
+ - Change update server url (old style update server has been disabled on
the server)
+
+
* New in 0.10.17
- Fix NSIS installer resources issue

=======================================
--- /trunk/miranda/include/m_version.h Wed Sep 11 17:42:27 2013 UTC
+++ /trunk/miranda/include/m_version.h Mon Oct 21 16:07:32 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,17,0
-#define MIRANDA_VERSION_STRING "0.10.17.0"
-#define MIRANDA_VERSION_CORE MIRANDA_MAKE_VERSION(0, 10, 17, 0)
-#define MIRANDA_VERSION_CORE_STRING "0.10.17"
+#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"

#endif // M_VERSION_H__
=======================================
--- /trunk/miranda/src/version.rc Mon Feb 11 00:13:57 2013 UTC
+++ /trunk/miranda/src/version.rc Mon Oct 21 16:07:32 2013 UTC
@@ -26,8 +26,8 @@
BEGIN
BLOCK "000004b0"
BEGIN
- VALUE "Comments", "This software is licensed under the terms
of the GNU General Public License.\0"
- VALUE "CompanyName", " \0"
+ VALUE "Comments", "\0"
+ VALUE "CompanyName", "Miranda IM\0"
VALUE "FileDescription", "Miranda IM\0"
VALUE "FileVersion", MIRANDA_VERSION_STRING
VALUE "InternalName", "miranda32\0"
=======================================
--- /trunk/miranda-tools/installer/miranda-version.nsi Wed Sep 11 17:42:27
2013 UTC
+++ /trunk/miranda-tools/installer/miranda-version.nsi Mon Oct 21 16:07:32
2013 UTC
@@ -1,4 +1,4 @@
; Miranda Version Info

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