Slight cleanup on recent pull req + changing versions up

This commit is contained in:
KimLS
2013-02-22 22:31:07 -08:00
parent 306cf7a5f5
commit 1b44123551
8 changed files with 15 additions and 20 deletions
-2
View File
@@ -1,8 +1,6 @@
#ifndef EQ_SOPCODES_H
#define EQ_SOPCODES_H
#define EQEMU_PROTOCOL_VERSION "0.3.10"
#include "../common/types.h"
#include "../common/packet_functions.h"
#include "../common/eq_packet_structs.h"
+7 -8
View File
@@ -1,5 +1,5 @@
/* EQEMu: Everquest Server Emulator
Copyright (C) 2001-2002 EQEMu Development Team (http://eqemu.org)
Copyright (C) 2001-2013 EQEMu Development Team (http://eqemulator.net)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -16,16 +16,15 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef VERSION_H
#define VERSION_H
#ifndef _EQEMU_VERSION_H
#define _EQEMU_VERSION_H
#define CURRENT_VERSION "0.8.0"
#define CURRENT_CHAT_VERSION "EQEmulator " CURRENT_VERSION
#define CURRENT_ZONE_VERSION "EQEmulator " CURRENT_VERSION
#define CURRENT_WORLD_VERSION "EQEmulator " CURRENT_VERSION
#define LOGIN_VERSION "0.8.0"
#define EQEMU_PROTOCOL_VERSION "0.3.10"
#define CURRENT_VERSION "1.0.0"
#define COMPILE_DATE __DATE__
#define COMPILE_TIME __TIME__
#define SVN_REVISION "$Rev: 986 $"
#ifndef WIN32
#define LAST_MODIFIED __TIME__
#else