Skip to content

Commit

Permalink
first beta release v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimtremblay committed Feb 1, 2015
1 parent 6fa0571 commit 6d08404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/nOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ extern "C" {
#define NOS_VERSION NOS_STR(NOS_VERSION_MAJOR)"."NOS_STR(NOS_VERSION_MINOR)"."NOS_STR(NOS_VERSION_BUILD)

#define NOS_VERSION_MAJOR 0
#define NOS_VERSION_MINOR 0
#define NOS_VERSION_BUILD 1
#define NOS_VERSION_MINOR 1
#define NOS_VERSION_BUILD 0

#if defined(NOS_GLOBALS)
#define NOS_EXTERN
Expand Down

0 comments on commit 6d08404

Please sign in to comment.