From 3f647b9c1649d62c3a91da1723afec121f396ee5 Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 5 Sep 2009 14:41:36 +0000 Subject: [PATCH] Bump a number of version numbers. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11676 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/server.cpp | 4 ++-- src/users.cpp | 4 ++-- win/inspircd-noextras.nsi | 2 +- win/inspircd.nsi | 2 +- win/resource.rc | 10 +++++----- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/server.cpp b/src/server.cpp index cc04d0223..45834db65 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -70,11 +70,11 @@ std::string InspIRCd::GetVersionString() char versiondata[MAXBUF]; if (*Config->CustomVersion) { - snprintf(versiondata,MAXBUF,"InspIRCd-1.2 %s :%s",Config->ServerName,Config->CustomVersion); + snprintf(versiondata,MAXBUF,"InspIRCd-2.0 %s :%s",Config->ServerName,Config->CustomVersion); } else { - snprintf(versiondata,MAXBUF,"InspIRCd-1.2 %s :%s (%s) [FLAGS=%s,%s,%s]",Config->ServerName,SYSTEM,VERSION,REVISION,SE->GetName().c_str(),Config->sid); + snprintf(versiondata,MAXBUF,"InspIRCd-2.0 %s :%s (%s) [FLAGS=%s,%s,%s]",Config->ServerName,SYSTEM,VERSION,REVISION,SE->GetName().c_str(),Config->sid); } return versiondata; } diff --git a/src/users.cpp b/src/users.cpp index 22441a989..63de155b7 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -954,9 +954,9 @@ void User::FullConnect() this->WriteServ("NOTICE Auth :Welcome to \002%s\002!",ServerInstance->Config->Network); this->WriteNumeric(RPL_WELCOME, "%s :Welcome to the %s IRC Network %s!%s@%s",this->nick.c_str(), ServerInstance->Config->Network, this->nick.c_str(), this->ident.c_str(), this->host.c_str()); - this->WriteNumeric(RPL_YOURHOSTIS, "%s :Your host is %s, running version InspIRCd-1.2",this->nick.c_str(),ServerInstance->Config->ServerName); + this->WriteNumeric(RPL_YOURHOSTIS, "%s :Your host is %s, running version InspIRCd-2.0",this->nick.c_str(),ServerInstance->Config->ServerName); this->WriteNumeric(RPL_SERVERCREATED, "%s :This server was created %s %s", this->nick.c_str(), __TIME__, __DATE__); - this->WriteNumeric(RPL_SERVERVERSION, "%s %s InspIRCd-1.2 %s %s %s", this->nick.c_str(), ServerInstance->Config->ServerName, ServerInstance->Modes->UserModeList().c_str(), ServerInstance->Modes->ChannelModeList().c_str(), ServerInstance->Modes->ParaModeList().c_str()); + this->WriteNumeric(RPL_SERVERVERSION, "%s %s InspIRCd-2.0 %s %s %s", this->nick.c_str(), ServerInstance->Config->ServerName, ServerInstance->Modes->UserModeList().c_str(), ServerInstance->Modes->ChannelModeList().c_str(), ServerInstance->Modes->ParaModeList().c_str()); ServerInstance->Config->Send005(this); this->WriteNumeric(RPL_YOURUUID, "%s %s :your unique ID", this->nick.c_str(), this->uuid.c_str()); diff --git a/win/inspircd-noextras.nsi b/win/inspircd-noextras.nsi index ad3ac89ab..18bee4fe7 100644 --- a/win/inspircd-noextras.nsi +++ b/win/inspircd-noextras.nsi @@ -20,7 +20,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "InspIRCd" -!define PRODUCT_VERSION "1.2" +!define PRODUCT_VERSION "2.0" !define PRODUCT_PUBLISHER "InspIRCd Development Team" !define PRODUCT_WEB_SITE "http://www.inspircd.org/" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\inspircd.exe" diff --git a/win/inspircd.nsi b/win/inspircd.nsi index 8d394d7ed..117d1bc63 100644 --- a/win/inspircd.nsi +++ b/win/inspircd.nsi @@ -20,7 +20,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "InspIRCd" -!define PRODUCT_VERSION "1.2" +!define PRODUCT_VERSION "2.0" !define PRODUCT_PUBLISHER "InspIRCd Development Team" !define PRODUCT_WEB_SITE "http://www.inspircd.org/" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\inspircd.exe" diff --git a/win/resource.rc b/win/resource.rc index 1d3e73f51..54f51e49c 100644 --- a/win/resource.rc +++ b/win/resource.rc @@ -1,8 +1,8 @@ 101 ICON "inspircd.ico" 1 VERSIONINFO - FILEVERSION 1,2,0,0 - PRODUCTVERSION 1,2,0,0 + FILEVERSION 2,0,0,0 + PRODUCTVERSION 2,0,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -17,17 +17,17 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "InspIRCd 1.2 IRC Daemon\0" + VALUE "Comments", "InspIRCd 2.0 IRC Daemon\0" VALUE "CompanyName", "InspIRCd Development Team\0" VALUE "FileDescription", "InspIRCd\0" - VALUE "FileVersion", "1, 2, 0, 0\0" + VALUE "FileVersion", "2, 0, 0, 0\0" VALUE "InternalName", "InspIRCd\0" VALUE "LegalCopyright", "Copyright (c) 2009 InspIRCd Development Team\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "inspircd.exe\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "InspIRCd - The Inspire IRC Daemon\0" - VALUE "ProductVersion", "1, 2, 0, 0\0" + VALUE "ProductVersion", "2, 0, 0, 0\0" VALUE "SpecialBuild", "\0" END END -- 2.39.2