From e1729d34f23491770dfbe68c8b8a5e10c3ee2fe0 Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Sun, 4 Jun 2023 08:14:47 -0500 Subject: [PATCH] Start version 2.1 development cycle. --- CHANGELOG.md | 3 +++ debian/changelog | 2 +- notes/README.announce | 9 +++++++++ src/CMakeLists.txt | 2 +- src/SeerUtl.cpp | 2 +- 5 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 notes/README.announce diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0a8e5..a14667b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Seer Change Log +## [2.1beta] - 2023-XX-XX +* Start version 2.1 development cycle. + ## [2.0] - 2023-03-06 * Seer is Qt6 based. Still compiles with Qt5. * See Seer's Wiki page for compile instructions. diff --git a/debian/changelog b/debian/changelog index 8354e07..d6933dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -seergdb (2.0) UNRELEASED; urgency=medium +seergdb (2.1beta) UNRELEASED; urgency=medium * Seer is Qt6 based. Still can compile with Qt5. diff --git a/notes/README.announce b/notes/README.announce new file mode 100644 index 0000000..70b655b --- /dev/null +++ b/notes/README.announce @@ -0,0 +1,9 @@ +Sites to announce new versions of Seer. + +https://www.reddit.com/r/cpp/ +https://www.reddit.com/r/ada/ +https://www.reddit.com/r/programming/ +https://www.reddit.com/r/gdb/ +https://www.reddit.com/r/linux/ +https://twitter.com/home + diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 34b4821..f65c990 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1.0) -project(seergdb VERSION 2.0 LANGUAGES CXX) +project(seergdb VERSION 2.1.0 LANGUAGES CXX) set(PROJECT_NAME seergdb) diff --git a/src/SeerUtl.cpp b/src/SeerUtl.cpp index 7f90eb2..8af74d2 100644 --- a/src/SeerUtl.cpp +++ b/src/SeerUtl.cpp @@ -9,7 +9,7 @@ // Increment this with every release on GitHub. // See scripts/change_versionnumber // -#define SEER_VERSION "2.0" +#define SEER_VERSION "2.1beta" namespace Seer {