-
-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b3cf70
commit ac40804
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# This program source code file is part of KICAD, a free EDA CAD application. | ||
# | ||
# Copyright (C) 2016 Wayne Stambaugh <[email protected]> | ||
# Copyright (C) 2016-2023 KiCad Developers, see AUTHORS.txt for contributors. | ||
# Copyright (C) 2016-2024 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 | ||
|
@@ -37,7 +37,7 @@ | |
# KiCad. | ||
# | ||
# Note: This version string should follow the semantic versioning system | ||
set( KICAD_SEMANTIC_VERSION "8.0.1-rc2" ) | ||
set( KICAD_SEMANTIC_VERSION "8.0.1" ) | ||
|
||
# Default the version to the semantic version. | ||
# This is overridden by the git repository tag though (if using git) | ||
|