summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5abc42b..bfa141d 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ endif
CC = gcc
CXX = g++
LD = ld
-PACKAGE_VERSION = 1.99.0.31
+PACKAGE_VERSION = 1.99.0.32
ifeq ($(shell if [ -d $(SRCDIR)/.git ]; then echo y; fi),y)
GIT_PV_COMMIT := $(shell git --git-dir=$(SRCDIR)/.git log -1 --pretty="format:%h" $(PACKAGE_VERSION) -- 2>/dev/null)