mark v7.0 unstable

since it is a major version, backward compatibility is not guaranteed
This commit is contained in:
Gautier Hattenberger
2023-12-21 15:29:25 +01:00
parent 5113a2105d
commit 6f3d9f68c2
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
DEF_VER=v6.4.0_stable
DEF_VER=v7.0_unstable
# First try git describe (if running on a git repo),
# then use default version from above (for release tarballs).