diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-20 21:21:20 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-20 21:21:20 +0000 |
commit | 3a14edd254f78fa977abc63569bc1ef151eac8d6 (patch) | |
tree | e2bacb98a71496dc0137f031f1e1b6d99b5e8725 | |
parent | 94693239a913ca0eb16668b0347ee0765aeca730 (diff) |
BUILD : 1.7.14 (1064) BUGS : NOTES : Fixed booboo with win32.rc.template.. it was seeing double!
git-svn-id: svn://svn.anope.org/anope/trunk@1064 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@788 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/win32.rc.template | 92 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 5 insertions, 93 deletions
diff --git a/src/win32.rc.template b/src/win32.rc.template index b8f88969f..d6f356600 100644 --- a/src/win32.rc.template +++ b/src/win32.rc.template @@ -88,95 +88,3 @@ ICON_APP ICON "anope-icon.ico" ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED - -///Microsoft Developer Studio generated resource script. -// -#include "../include/resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#define APSTUDIO_HIDDEN_SYMBOLS -#include "windows.h" -#undef APSTUDIO_HIDDEN_SYMBOLS -#include "../include/resource.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifndef _MAC - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VER_ANOPE VERSIONINFO - FILEVERSION VERSION_COMMA - PRODUCTVERSION VERSION_COMMA - FILEFLAGSMASK 0x17L10 -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "CompanyName", "Anope Team" - VALUE "FileDescription", "Anope IRC Services" - VALUE "FileVersion", "VERSION_FULL" - VALUE "InternalName", "Anope" - VALUE "LegalCopyright", "Copyright (C) 2005 Anope Team" - VALUE "OriginalFilename", "anope.exe" - VALUE "ProductName", "Anope" - VALUE "ProductVersion", "VERSION_DOTTED" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // !_MAC - -///////////////////////////////////////////////////////////////////////////// -// -// Icon -// - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -ICON_APP ICON "anope-icon.ico" -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/version.log b/version.log index e43774704..3fa8d34fb 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="14" VERSION_EXTRA="" -VERSION_BUILD="1063" +VERSION_BUILD="1064" # $Log$ # +# BUILD : 1.7.14 (1064) +# BUGS : +# NOTES : Fixed booboo with win32.rc.template.. it was seeing double! +# # BUILD : 1.7.14 (1063) # BUGS : 526 # NOTES : Applied win32-maintenance patch by heinz |