Skip to content

Commit

Permalink
Just keep the version as a number. Easier to compare that way.
Browse files Browse the repository at this point in the history
  • Loading branch information
probablycorey committed Jan 12, 2011
1 parent 51734ee commit abc5a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wax.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#import <Foundation/Foundation.h>
#import "lua.h"

#define WAX_VERSION 0.10.0
#define WAX_VERSION 0.91

void wax_setup();
void wax_start(char *initScript, lua_CFunction extensionFuncitons, ...);
Expand Down

0 comments on commit abc5a71

Please sign in to comment.