API version will be replaced during build with the correct rv.

This commit is contained in:
yueh
2016-01-03 14:09:34 +01:00
parent 17bdd085b1
commit bfe2e6ecb3
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@API( apiVersion = "rv2", owner = "appliedenergistics2", provides = "appliedenergistics2|API" ) package appeng.api;
@API( apiVersion = "@aeversion@", owner = "appliedenergistics2", provides = "appliedenergistics2|API" ) package appeng.api;
import cpw.mods.fml.common.API;