Release version 2.1

This commit is contained in:
Ernie Pasveer
2023-08-12 10:31:46 -05:00
parent c786af82f3
commit 6326a53d32
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Seer Change Log
## [2.1beta] - 2023-XX-XX
## [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.
* Add a method to add/change gdb commands to execute when a breakpoint (breakpoint, watchpoint, catchpoint) is reached.
+2 -2
View File
@@ -1,6 +1,6 @@
seergdb (2.1beta) UNRELEASED; urgency=medium
seergdb (2.1) UNRELEASED; urgency=medium
* Seer is Qt6 based. Still can compile with Qt5.
-- Ernie Pasveer <epasveer@att.net> Sun, 03 Jun 2023 22:18:38 +0200
-- Ernie Pasveer <epasveer@att.net> Sun, 12 Aug 2023 22:18:38 +0200
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1.0)
project(seergdb VERSION 2.1.0 LANGUAGES CXX)
project(seergdb VERSION 2.1 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.1beta"
#define SEER_VERSION "2.1"
namespace Seer {