From bc3ed5d80ff36cbe6fa12c0c238c05d0b0206575 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Fri, 21 Jan 2022 12:59:19 +0100 Subject: [PATCH] [fixes #825] Change build version format The release tags on GitHub are all in the format XX.YY..., so with '.' as delimiter. We should keep consistency with this. --- core/resources/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/resources/build.properties b/core/resources/build.properties index e5ad7f254..d06a1629f 100644 --- a/core/resources/build.properties +++ b/core/resources/build.properties @@ -1,6 +1,6 @@ # The OpenRocket build version -build.version=20-11-alpha-16 +build.version=20.11.alpha.16 # The copyright year for the build. Displayed in the about dialog. # Will show as Copyright 2013-${build.copyright}