View Single Post
03-26-16, 06:40 PM   #8
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
For your example, yes, you can combine keywords with any text. These are valid
Lua Code:
  1. ## Version: 6.2.@project-revision@ -- prints 6.2.r8 if revision is 8
  2. ## Version: @project-revision@-beta
  3. ## Version: @project-version@
  4. ## Version: @project-revision@ -- prints r8 even if you tag it as beta or release 6.2-beta1
Read the docs on the difference between revisions and versions, if you are unclear.
  Reply With Quote