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 927ecc015b
commit 62aa13751b
2 changed files with 5 additions and 3 deletions
+1 -3
View File
@@ -21,10 +21,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@API( apiVersion = "rv2", owner = "appliedenergistics2", provides = "appliedenergistics2|API" )
@API( apiVersion = "@aeversion@", owner = "appliedenergistics2", provides = "appliedenergistics2|API" )
package appeng.api;
import net.minecraftforge.fml.common.API;