Prep for tag
Phanx [11-03-14 - 06:24]
diff --git a/LibRealmInfo.toc b/LibRealmInfo.toc
index 010af8e..b9583bb 100644
--- a/LibRealmInfo.toc
+++ b/LibRealmInfo.toc
@@ -1,5 +1,5 @@
## Interface: 60000
-## Version: Beta 10
+## Version: 9
## Title: Lib: Realm Info
## Notes: Library to provide information about realms.
diff --git a/LibRealmInfo/LibRealmInfo.lua b/LibRealmInfo/LibRealmInfo.lua
index 2426f8e..49462f7 100644
--- a/LibRealmInfo/LibRealmInfo.lua
+++ b/LibRealmInfo/LibRealmInfo.lua
@@ -9,7 +9,7 @@
http://www.wowinterface.com/downloads/info22987-LibRealmInfo
----------------------------------------------------------------------]]
-local MAJOR, MINOR = "LibRealmInfo", 10
+local MAJOR, MINOR = "LibRealmInfo", 9
assert(LibStub, MAJOR.." requires LibStub")
local lib, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
if not lib then return end