Commit 361f1f401c5c6e87c01e86e266887fd5c775afc5

Stefan Sperling 2019-09-03T17:28:19

bump version number

1
2
3
4
5
6
7
8
9
10
11
diff --git a/got-version.mk b/got-version.mk
index f227039..4cb64ff 100644
--- a/got-version.mk
+++ b/got-version.mk
@@ -1,5 +1,5 @@
 GOT_RELEASE=No
-GOT_VERSION_NUMBER=0.14
+GOT_VERSION_NUMBER=0.15
 
 .if ${GOT_RELEASE} == Yes
 GOT_VERSION=${GOT_VERSION_NUMBER}