Skip to content

Commit

Permalink
Update version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
sodevel committed Nov 13, 2023
1 parent aa4dc35 commit 3cc9c92
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## [4.0.0] - 2023-11-13

### Added

- Component Search dialog
Expand Down Expand Up @@ -1635,6 +1637,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

- Background color issues in the palette

[unreleased]: https://github.com/wxFormBuilder/wxFormBuilder/compare/v3.10.1...HEAD
[unreleased]: https://github.com/wxFormBuilder/wxFormBuilder/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/wxFormBuilder/wxFormBuilder/compare/v3.10.1...v4.0.0
[3.10.1]: https://github.com/wxFormBuilder/wxFormBuilder/compare/v3.10.0...v3.10.1
[3.10.0]: https://github.com/wxFormBuilder/wxFormBuilder/releases/tag/v3.10.0
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)

# Do not change the format of this line! It must stay as-is up to and including the keyword LANGUAGES.
# External tools parse the version number from this line.
project(wxFormBuilder VERSION 3.10.1 LANGUAGES CXX)
project(wxFormBuilder VERSION 4.0.0 LANGUAGES CXX)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")

Expand Down
6 changes: 6 additions & 0 deletions data/packaging/linux/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wxformbuilder (4.0.0) focal jammy mantic; urgency=medium

* Release

-- Steffen Olszewski <steffen.olszewski@gero-mess.de> Mon, 13 Nov 2023 22:00:00 +0100

wxformbuilder (3.10.1) focal jammy mantic; urgency=medium

* Release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</provides>

<releases>
<release version="4.0.0" date="2023-11-13"/>
<release version="3.10.1" date="2021-10-22"/>
<release version="3.10.0" date="2021-09-25"/>
<release version="3.9.0" date="2018-10-26"/>
Expand Down

0 comments on commit 3cc9c92

Please sign in to comment.