View Single Post
11-27-23, 04:53 PM   #8
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,327
Originally Posted by myrroddin View Post
This won't affect your code, but the game will tell you that your addon is outdated unless you update the following line in your .toc file:
Code:
## Interface: 10200
The .toc versions for the games are, as of this writing:
  • 10200 for retail
  • 30403 for Wrath
  • 10500 for Classic Era and hardcore
The numbers for Retail and ClassicEra are incorrect. A good rule of thumb is to take the version number and put it in a ABBCC format. For example, ClassicEra is version 1.14.4 right now, so the Interface version should be 11404. Retail is 10.1.7, so this would be Interface 100107.

Previously, they only updated the Interface version when they made a breaking change to the API. Lately, they've been updating it every patch regardless.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 11-27-23 at 04:56 PM.
  Reply With Quote