From 2ea75a600198af9fbe23dfc8a9f25e16ddc0b30e Mon Sep 17 00:00:00 2001 From: Tim Kurvers Date: Fri, 5 Aug 2011 18:39:05 +0200 Subject: [PATCH] Stable release: Added CHANGELOG and DBC::VERSION --- CHANGELOG | 6 ++++++ lib/DBC.class.php | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..c025c2c --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,6 @@ +CHANGELOG + +v1.0 +- Stable version release +- Changelog added +- Added DBC::VERSION diff --git a/lib/DBC.class.php b/lib/DBC.class.php index 677b895..3af47f1 100644 --- a/lib/DBC.class.php +++ b/lib/DBC.class.php @@ -27,6 +27,11 @@ */ class DBC implements IteratorAggregate { + /** + * Version of the World of Warcraft DBC Library + */ + const VERSION = 'v1.0'; + /** * Defines signature for a DBC file */