Mercurial > wow > mylilpony
comparison libMyLilPony/readme.txt @ 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 | 452b804e6241 |
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 |
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 |
32 ===================================================================== | 31 ===================================================================== |
32 Project: libMyLilPony | |
33 Project Version: @project-version@ | |
34 Last Project Author: @project-author@ | |
35 Last Project Updated: @project-date-iso@ | |
36 ===================================================================== | |
33 | 37 |
34 To use libMyLilPony in your own addon, add the following lines | 38 To use libMyLilPony in your own addon, add the following lines |
35 to your TOC *in this order*, before you add any scripts that will | 39 to your TOC *in this order*, before you add any scripts that will |
36 call libMyLilPony. Adjust the path if necessary - the following | 40 call libMyLilPony. Adjust the path if necessary - the following |
37 case assumes you put the library in a subfolder called libMyLilPony | 41 case assumes you put the library in a subfolder called libMyLilPony |
38 | 42 |
39 # libMyLilPony 1.1.@project-revision@ | 43 # libMyLilPony @project-version@ |
40 libMyLilPony\libMyLilPony.lua | 44 libMyLilPony\libMyLilPony.lua |
41 libMyLilPony\libMyLilPony_mountData.lua | 45 libMyLilPony\libMyLilPony_mountData.lua |
42 libMyLilPony\libMyLilPony_mountFunctions.lua | 46 libMyLilPony\libMyLilPony_mountFunctions.lua |
43 libMyLilPony\libMyLilPony_miscFunctions.lua | 47 libMyLilPony\libMyLilPony_miscFunctions.lua |