Skip to content

Commit 0c2c247

Browse files
committed
Release 3.0.4
1 parent eaeb5ba commit 0c2c247

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## 3.0.4
7+
* Fix build with latest clang
8+
* Minor documentation fixes
9+
610
## 3.0.3
711
* Build system improvements
812

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
22

33
# meta
4-
project(libversion VERSION 3.0.3)
4+
project(libversion VERSION 3.0.4)
55

66
include(GNUInstallDirs)
77
enable_testing()

0 commit comments

Comments
 (0)