comparison libMyLilPony/libMyLilPony.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 64e8f8e5fa41
comparison
equal deleted inserted replaced
14:b1e344c17ab5 15:21764271e02f
1 -- libMyLilPony
2 -- Copyright (c) 2011, Syzler 1 -- Copyright (c) 2011, Syzler
3 -- All rights reserved. 2 -- All rights reserved.
4 -- 3 --
5 -- Redistribution and use in source and binary forms, with or without 4 -- Redistribution and use in source and binary forms, with or without
6 -- modification, are permitted provided that the following conditions 5 -- modification, are permitted provided that the following conditions
27 -- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26 -- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 -- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 27 -- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
29 -- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28 -- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 -- POSSIBILITY OF SUCH DAMAGE. 29 -- POSSIBILITY OF SUCH DAMAGE.
31 30
31 ------------------------------------------------------------------------
32 -- Project: libMyLilPony
33 -- Project Version: @project-version@
34 -- Last Author: @file-author@
35 -- Last Updated: @file-date-iso@
36 --
32 -- This file contains initial declarations for the library 37 -- This file contains initial declarations for the library
33 -- Make sure it loads first :P 38 -- Make sure it loads first :P
39 ------------------------------------------------------------------------
34 40
35 MyLilPony = {} 41 MyLilPony = {}
36 42
37 MYLILPONY_VERSION = "1.1.@project-revision@"; 43 MYLILPONY_VERSION = "@project-version@";
38 MYLILPONY_DEBUG_LOGGING = false; 44 MYLILPONY_DEBUG_LOGGING = false;