aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 82b8f36..690973b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@
# The version of the library.
-LIB_MAJOR = 1
-LIB_MINOR = 0
+LIB_MAJOR = 0
+LIB_MINOR = 1
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)