From f29f8fa4cfac6747af6b1d0699f7cb209e71c7d0 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 18 May 2012 23:00:04 +0000 Subject: YAMN compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@64 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/m_version.h') diff --git a/include/m_version.h b/include/m_version.h index f193b3dc1a..c7efee17c8 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,61 -#define MIRANDA_VERSION_STRING "0.92.1.61" -#define MIRANDA_VERSION_DISPLAY "0.92.1 alpha build #61" -#define MIRANDA_VERSION_DWORD MIRANDA_MAKE_VERSION(0, 92, 1, 61) +#define MIRANDA_VERSION_FILEVERSION 0,92,1,63 +#define MIRANDA_VERSION_STRING "0.92.1.63" +#define MIRANDA_VERSION_DISPLAY "0.92.1 alpha build #63" +#define MIRANDA_VERSION_DWORD MIRANDA_MAKE_VERSION(0, 92, 1, 63) #define MIRANDA_VERSION_CORE MIRANDA_MAKE_VERSION(0, 92, 1, 0) #define MIRANDA_VERSION_CORE_STRING "0.92.1.0" -- cgit v1.2.3