Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nyatla committed Oct 4, 2015
1 parent b22a8ee commit e70b287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/jp/nyatla/nyartoolkit/core/NyARVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class NyARVersion
/**マイナバージョン*/
public final static int VERSION_MINOR=2;
/**タグ*/
public final static int VERSION_TAG=0;
public final static int VERSION_TAG=1;
/**バージョン文字列*/
public final static String VERSION_STRING=MODULE_NAME+"/"+VERSION_MAJOR+"."+VERSION_MINOR+"."+VERSION_TAG;
}

0 comments on commit e70b287

Please sign in to comment.