Commit c74678b7251f7b76ab46e239eba7999f495980c1

Stefan Sperling 2020-09-14T14:33:30

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 7ef9810..ea5f9a1 100644
--- a/got-version.mk
+++ b/got-version.mk
@@ -1,5 +1,5 @@
 GOT_RELEASE=No
-GOT_VERSION_NUMBER=0.39
+GOT_VERSION_NUMBER=0.40
 
 .if ${GOT_RELEASE} == Yes
 GOT_VERSION=${GOT_VERSION_NUMBER}