update version to 0.4.6

This commit is contained in:
Yann Collet
2015-12-31 18:32:15 +01:00
parent 5f9f98768a
commit 722504c2a0
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ LIBVER_MAJOR := $(shell echo $(LIBVER_MAJOR_SCRIPT))
LIBVER_MINOR := $(shell echo $(LIBVER_MINOR_SCRIPT))
LIBVER_PATCH := $(shell echo $(LIBVER_PATCH_SCRIPT))
LIBVER := $(shell echo $(LIBVER_SCRIPT))
VERSION:= $(LIBVER)
VERSION?= $(LIBVER)
DESTDIR?=
PREFIX ?= /usr/local