Skip to content

Commit

Permalink
Hello RR. Release version 1.17 that supports RR.
Browse files Browse the repository at this point in the history
  • Loading branch information
epasveer committed Apr 23, 2023
1 parent fb27702 commit 2a24d6a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

# Seer Change Log

## [1.17beta] - 2023-??-??
## [1.17] - 2023-04-23
* Add support for the RR debugger.
https://github.com/epasveer/seer/wiki/RR-and-Seer
* Add a dialog when a breakpoint is reached.
* Add support for the RR debugger. (seergdb --rr host:port)

## [1.16] - 2023-04-07
* Add pid to main window and console title bars.
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 (1.17beta) UNRELEASED; urgency=medium
seergdb (1.17) UNRELEASED; urgency=medium

* Updated release.

-- Ernie Pasveer <[email protected]> Fri, 07 Apr 2023 22:18:38 +0200
-- Ernie Pasveer <[email protected]> Sun, 23 Apr 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 1.16.0 LANGUAGES CXX)
project(seergdb VERSION 1.17 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 @@ -8,7 +8,7 @@
// Increment this with every release on GitHub.
// See scripts/change_versionnumber
//
#define SEER_VERSION "1.17beta"
#define SEER_VERSION "1.17"

namespace Seer {

Expand Down

0 comments on commit 2a24d6a

Please sign in to comment.