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 0b7124f..9f489a4 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ OUTPUT = lib$(SONAME).so.$(VERSION).$(PATCHLEVEL)
#VERSION
VERSION = 1
-PATCHLEVEL = 0
+PATCHLEVEL = 1
SRCS = $(wildcard $(SOURCEDIR)/*.cpp)
OBJS = $(SRCS:.cpp=.o)