Skip to content

Commit

Permalink
Start of version 2.6 development cycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
epasveer committed Dec 28, 2024
1 parent cd08f7a commit 69b9688
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# Seer Change Log

## [2.6beta] - 2025-XX-XX
* Starting version 2.6 development cycle.

## [2.5] - 2024-12-24
* Console now supports a subset of ANSI color codes.
* Console can be started in these modes:
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.5) UNRELEASED; urgency=medium
seergdb (2.6beta) UNRELEASED; urgency=medium

* Release Seer version 2.5
* Release Seer version 2.6beta

-- Ernie Pasveer <[email protected]> Sat, 28 Dec 2024 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.5 LANGUAGES CXX)
project(seergdb VERSION 2.6.0 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 @@ -11,7 +11,7 @@
// Increment this with every release on GitHub.
// See scripts/change_versionnumber
//
#define SEER_VERSION "2.5"
#define SEER_VERSION "2.6beta"

namespace Seer {

Expand Down

0 comments on commit 69b9688

Please sign in to comment.