aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-19 11:33:07 +0200
committerMattias Andrée <maandree@kth.se>2021-04-19 11:33:07 +0200
commitb340f9665ff09f189e268b61289b7cde306283ad (patch)
treedf95b3df3d637e518ec6eff8404e1b4be10bfb74 /Makefile
parentm (diff)
downloadlibparser-b340f9665ff09f189e268b61289b7cde306283ad.tar.gz
libparser-b340f9665ff09f189e268b61289b7cde306283ad.tar.bz2
libparser-b340f9665ff09f189e268b61289b7cde306283ad.tar.xz
Update version number1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b3b672e..65e77d0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
LIB_MAJOR = 1
-LIB_MINOR = 0
+LIB_MINOR = 1
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)