Skip to content

Commit

Permalink
Release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jan 13, 2023
1 parent d584f63 commit f851fec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 3.0.3
* Build system improvements

## 3.0.2
* Typo fixes in docs
* Support for GNUInstallDirs in CMake
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)

# meta
project(libversion VERSION 3.0.2)
project(libversion VERSION 3.0.3)

include(GNUInstallDirs)
enable_testing()
Expand Down

0 comments on commit f851fec

Please sign in to comment.