osl-0.2.0.
[osl.git] / Makefile
index fd10f436d864a6a34383950ffbb6e1d59e5811d4..6f5b391370e784330264a4a1febad3f77fa40dff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ OBJCOPY := objcopy
 
 # libosl's versioning consists of three numbers. Let's call them x, y and z.
 x := 0
-y := 1
-z := 3
+y := 2
+z := 0
 VERSION := $(x).$(y).$(z)
 
 OSL_CPPFLAGS += -DOSL_VERSION='"$(VERSION)"'