From 533a11c740a592b864d2ed5021fc79f621278e9c Mon Sep 17 00:00:00 2001 From: Toon Schoenmakers Date: Fri, 30 Oct 2015 15:14:30 +0100 Subject: [PATCH] Bump the version number --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c76f9c..14b4c1c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ INCLUDE_DIR = ${PREFIX}/include LIBRARY_DIR = ${PREFIX}/lib export LIBRARY_NAME = reactcpp export SONAME = 1.0 -export VERSION = 1.0.2 +export VERSION = 1.0.3 all: $(MAKE) -C src all