mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
16 lines
353 B
Diff
16 lines
353 B
Diff
diff --git a/src/Makefile b/src/Makefile
|
|
index 69139dc1..99c1b0ed 100644
|
|
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -222,8 +222,8 @@ endif
|
|
GITVERSION = $(word 5,$(VERSION_TUPLE))
|
|
else
|
|
VERSION_MAJOR = 1
|
|
-VERSION_MINOR = 0
|
|
-VERSION_PATCH = 0
|
|
+VERSION_MINOR = 20
|
|
+VERSION_PATCH = 1
|
|
EXTRAVERSION = +
|
|
endif
|
|
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
|