From 4eec29ac0f6a9b05562ac0fbe3d4e5d7e82deeac Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 4 Jan 2007 02:20:38 +0000 Subject: Merged 0.0 changes from revision 2898 to 2988 to trunk. --- src/winver.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/winver.h (limited to 'src/winver.h') diff --git a/src/winver.h b/src/winver.h new file mode 100644 index 00000000..58f11bea --- /dev/null +++ b/src/winver.h @@ -0,0 +1,6 @@ +/* VERSION DEFINITIONS */ +#define VER_MAJOR 0 +#define VER_MINOR 1 +#define VER_RELEASE 0 +#define VER_BUILD 0 +#define PACKAGE_VERSION "0.1.0" -- cgit v1.2.3-70-g09d2 From fd3706906e3408b497c61dcc54294dee8e6dbaf7 Mon Sep 17 00:00:00 2001 From: Roderic Morris Date: Thu, 21 Aug 2008 00:22:22 +0000 Subject: fix svn properties and id tags --- ChangeLog | 15 +++++++++++++++ src/gui/textdialog.h | 3 +-- src/gui/widgets/tabbedarea.cpp | 2 +- src/gui/widgets/tabbedarea.h | 2 +- src/winver.h | 12 ++++++------ 5 files changed, 24 insertions(+), 10 deletions(-) (limited to 'src/winver.h') diff --git a/ChangeLog b/ChangeLog index 5421bd59..1b9e866e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-08-20 Roderic Morris + + * src/gui/guildlistbox.cpp, src/gui/guildwindow.h, + src/gui/widgets/tabbedarea.h, src/gui/widgets/tab.cpp, + src/gui/widgets/tabbedarea.cpp, src/gui/widgets/tab.h, + src/gui/changepassworddialog.h, src/gui/guildlistbox.h, + src/gui/guildwindow.cpp, src/gui/textdialog.h, + src/gui/changepassworddialog.cpp, src/gui/textdialog.cpp, + src/guild.cpp, src/guild.h, src/net/partyhandler.h, + src/net/guildhandler.h, src/net/partyhandler.cpp, + src/net/guildhandler.cpp, src/net/chatserver/party.cpp, + src/net/chatserver/guild.cpp, src/net/chatserver/party.h, + src/net/chatserver/guild.h, src/winver.h: fix svn properties and + id tags. + 2008-08-19 Bjørn Lindeijer * data/graphics/gui/CMakeLists.txt, data/graphics/gui/Makefile.am: diff --git a/src/gui/textdialog.h b/src/gui/textdialog.h index e14ab26b..c03ce7e6 100644 --- a/src/gui/textdialog.h +++ b/src/gui/textdialog.h @@ -24,8 +24,7 @@ #ifndef _TMW_GUI_GUILD_DIALOG_H #define _TMW_GUI_GUILD_DIALOG_H -#include - +#include #include "textfield.h" #include "window.h" diff --git a/src/gui/widgets/tabbedarea.cpp b/src/gui/widgets/tabbedarea.cpp index 5c9403c7..b405e4bf 100644 --- a/src/gui/widgets/tabbedarea.cpp +++ b/src/gui/widgets/tabbedarea.cpp @@ -18,7 +18,7 @@ * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: $ + * $Id$ */ #include "tabbedarea.h" diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h index e24b9794..f1f797ca 100644 --- a/src/gui/widgets/tabbedarea.h +++ b/src/gui/widgets/tabbedarea.h @@ -18,7 +18,7 @@ * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: $ + * $Id$ */ #ifndef _TMW_TABBEDAREA_H diff --git a/src/winver.h b/src/winver.h index 58f11bea..abf91e9f 100644 --- a/src/winver.h +++ b/src/winver.h @@ -1,6 +1,6 @@ -/* VERSION DEFINITIONS */ -#define VER_MAJOR 0 -#define VER_MINOR 1 -#define VER_RELEASE 0 -#define VER_BUILD 0 -#define PACKAGE_VERSION "0.1.0" +/* VERSION DEFINITIONS */ +#define VER_MAJOR 0 +#define VER_MINOR 1 +#define VER_RELEASE 0 +#define VER_BUILD 0 +#define PACKAGE_VERSION "0.1.0" -- cgit v1.2.3-70-g09d2