Skip to content

Commit

Permalink
release 2.3.0 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored May 1, 2022
1 parent b653bb6 commit a9d58de
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 64 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

cmake_minimum_required(VERSION 3.7)

project(re VERSION 2.2.2 LANGUAGES C)
project(re VERSION 2.3.0 LANGUAGES C)

# Pre-release identifier, comment out on a release
# Increment for breaking changes (dev2, dev3...)
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

# Main version number
VER_MAJOR := 2
VER_MINOR := 2
VER_PATCH := 2
VER_MINOR := 3
VER_PATCH := 0

# Development version, comment out on a release
# Increment for breaking changes (dev2, dev3...)
# VER_PRE := dev

# bump Major if ABI breaks
ABI_MAJOR := 4
ABI_MAJOR := 5
ABI_AGE := $(VER_MINOR)
ABI_REV := $(VER_PATCH)

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libre (2.3.0) unstable; urgency=medium

* version 2.3.0

-- Sebastian Reimers <[email protected]> Sun, 1 May 2022 08:00:00 +0200

libre (2.2.2) unstable; urgency=medium

* version 2.2.2
Expand Down
60 changes: 0 additions & 60 deletions rpm/re.spec

This file was deleted.

0 comments on commit a9d58de

Please sign in to comment.