From 29519c5fdaea6a66b3f5c58675017559d6b4ffab Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Tue, 26 Oct 2021 14:45:17 -0400 Subject: [PATCH] Revert "Tag release version 5.1.11." This reverts commit 4c58397949b7317d79a1fabe4b6f317efc88c736. --- CMakeModules/KiCadVersion.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeModules/KiCadVersion.cmake b/CMakeModules/KiCadVersion.cmake index ce112a0b1d..23400e760e 100644 --- a/CMakeModules/KiCadVersion.cmake +++ b/CMakeModules/KiCadVersion.cmake @@ -2,7 +2,7 @@ # This program source code file is part of KICAD, a free EDA CAD application. # # Copyright (C) 2016 Wayne Stambaugh -# Copyright (C) 2016 - 2021 KiCad Developers, see AUTHORS.txt for contributors. +# Copyright (C) 2016 - 2020 KiCad Developers, see AUTHORS.txt for contributors. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -35,4 +35,4 @@ # be set after each version tag is added to the git repo. This will # give developers a reasonable idea where which branch was used to build # KiCad. -set( KICAD_VERSION "5.1.11" ) +set( KICAD_VERSION "5.1.10-unknown" )