From f41c32a4bf91c00281760c9092b9fce5264222f8 Mon Sep 17 00:00:00 2001 From: Gautier Hattenberger Date: Tue, 21 May 2024 16:06:30 +0200 Subject: [PATCH] mark v7.0 unstable since it is a major version, backward compatibility is not guaranteed WARNING: this tag have been moved to integrate the v6.4 stable version --- paparazzi_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paparazzi_version b/paparazzi_version index 52aef77201..376084da6e 100755 --- a/paparazzi_version +++ b/paparazzi_version @@ -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).