Skip to content

Commit

Permalink
Start version 2.5 development cycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
epasveer committed Mar 23, 2024
1 parent fae6033 commit 2eb1746
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.5beta] - 2024-XX-XX
* Starting the 2.5 development cycle.

## [2.4] - 2024-03-18
* Changed main icon to a more license friendly one.
All icons are now GPLv3, CC3.0, or CC4.0
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.4) UNRELEASED; urgency=medium
seergdb (2.5beta) UNRELEASED; urgency=medium

* Release Seer version 2.4
* Release Seer version 2.5beta

-- Ernie Pasveer <[email protected]> Mon, 18 Mar 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.4 LANGUAGES CXX)
project(seergdb VERSION 2.5.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.4"
#define SEER_VERSION "2.5.beta"

namespace Seer {

Expand Down

0 comments on commit 2eb1746

Please sign in to comment.