diff MyLilPony.lua @ 15:21764271e02f

Updated addon versioning to automatically update with repo revision.
author syzler
date Sun, 10 Apr 2011 07:30:01 +0000
parents b1e344c17ab5
children 392cb2bd6e58
line wrap: on
line diff
--- a/MyLilPony.lua	Sun Apr 10 07:12:30 2011 +0000
+++ b/MyLilPony.lua	Sun Apr 10 07:30:01 2011 +0000
@@ -1,4 +1,3 @@
--- MyLilPony
 -- Copyright (c) 2011, Syzler
 -- All rights reserved.
 --
@@ -29,6 +28,15 @@
 -- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 -- POSSIBILITY OF SUCH DAMAGE.
 
+------------------------------------------------------------------------
+-- Project: MyLilPony
+-- Project Version: @project-version@
+-- Last Author: @file-author@
+-- Last Updated: @file-date-iso@
+--
+-- Main addon code
+------------------------------------------------------------------------
+
 function MyLilPony.OnLoad()
     SlashCmdList["MyLilPony"] = MyLilPony.SlashHandler;
     SLASH_MyLilPony1 = "/pony";