comparison ReAction.lua @ 246:47818b3938c9 1.1 beta 4

How bout we put the actual beta version in the version number.
author Flick
date Sat, 26 Mar 2011 12:43:10 -0700
parents 0ea0cdd7f386
children 9e708a155ab9
comparison
equal deleted inserted replaced
245:65f2805957a0 246:47818b3938c9
66 ------ Core ------ 66 ------ Core ------
67 local ReAction = LibStub("AceAddon-3.0"):NewAddon( "ReAction", 67 local ReAction = LibStub("AceAddon-3.0"):NewAddon( "ReAction",
68 "AceEvent-3.0" 68 "AceEvent-3.0"
69 ) 69 )
70 addonTable.ReAction = ReAction 70 addonTable.ReAction = ReAction
71 ReAction.version = "1.1" 71 ReAction.version = GetAddOnMetadata("ReAction","Version")
72 ReAction.L = L 72 ReAction.L = L
73 ReAction.LKB = LKB 73 ReAction.LKB = LKB
74 74
75 75
76 ReAction.barTypes = { } 76 ReAction.barTypes = { }