Skip to content

Commit

Permalink
Release version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epasveer committed Aug 12, 2023
1 parent c786af8 commit 6326a53
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/SeerUtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 6326a53

Please sign in to comment.