Prepare for version 2.2 development cycle.

This commit is contained in:
Ernie Pasveer
2023-08-20 18:35:50 -05:00
parent cb8d8c7136
commit b26e2c8395
4 changed files with 8 additions and 3 deletions
+5
View File
@@ -1,6 +1,11 @@
# Seer Change Log
## [2.2beta] - 2023-XX-XX
* Fixed infinit loop when starting with RR mode.
* Fixed Source handling in source browser. Qt5 mode was broken.
Qt6 works. Directory paths need a tailing "/*"
## [2.1] - 2023-08-23
* Add Execution dialog to record breakpoint events. This solves the problem
of too many break/error dialogs to "swat away" as the program is debugged.
+1 -1
View File
@@ -1,4 +1,4 @@
seergdb (2.1) UNRELEASED; urgency=medium
seergdb (2.2beta) UNRELEASED; urgency=medium
* Seer is Qt6 based. Still can compile with Qt5.
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1.0)
project(seergdb VERSION 2.1 LANGUAGES CXX)
project(seergdb VERSION 2.2.0 LANGUAGES CXX)
set(PROJECT_NAME seergdb)
+1 -1
View File
@@ -9,7 +9,7 @@
// Increment this with every release on GitHub.
// See scripts/change_versionnumber
//
#define SEER_VERSION "2.1"
#define SEER_VERSION "2.2beta"
namespace Seer {