Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
prepare for version 2.3.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored May 1, 2022
1 parent 38ab363 commit 9ec1ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

cmake_minimum_required(VERSION 3.7)

project(rem VERSION 2.0.1 LANGUAGES C)
project(rem VERSION 2.3.0 LANGUAGES C)

##############################################################################
#
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

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

# Development version, comment out on a release
# Increment for breaking changes (dev2, dev3...)
Expand Down

0 comments on commit 9ec1ff3

Please sign in to comment.