Skip to content

Commit

Permalink
Bump version to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
torque committed Nov 23, 2014
1 parent 2ddbd7a commit 6ad61fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Aegisub/Inspector.moon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- This library is unlicensed under CC0

version = 0x000101
version = 0x000200

ffi = require( 'ffi' )
bit = require( 'bit' )
Expand Down
2 changes: 1 addition & 1 deletion src/ASSInspector.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define ASSI_EXPORT
#endif // _WIN32

#define ASSI_VERSION 0x000101
#define ASSI_VERSION 0x000200

typedef struct ASSI_State_priv ASSI_State;

Expand Down

0 comments on commit 6ad61fd

Please sign in to comment.