X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=Makefile;h=6f5b391370e784330264a4a1febad3f77fa40dff;hp=fd10f436d864a6a34383950ffbb6e1d59e5811d4;hb=HEAD;hpb=758c28419b5b0876bee510f1fb4e01b75b2918f5 diff --git a/Makefile b/Makefile index fd10f43..6f5b391 100644 --- 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)"'