Skip to content

Commit

Permalink
Change version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edomin committed Mar 18, 2020
1 parent 9642958 commit c3c5e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/uc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#include <stdint.h>
#include <stdlib.h>

#define UC_VERSION_MAJOR 1
#define UC_VERSION_MINOR 0
#define UC_VERSION_MAJOR 0
#define UC_VERSION_MINOR 1
#define UC_VERSION_PATCH 0

#define XSTR(A) STR(A)
Expand Down

0 comments on commit c3c5e41

Please sign in to comment.