We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaeb5ba commit 0c2c247Copy full SHA for 0c2c247
2 files changed
CHANGES.md
@@ -3,6 +3,10 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## 3.0.4
7
+* Fix build with latest clang
8
+* Minor documentation fixes
9
+
10
## 3.0.3
11
* Build system improvements
12
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
2
# meta
-project(libversion VERSION 3.0.3)
+project(libversion VERSION 3.0.4)
include(GNUInstallDirs)
enable_testing()
0 commit comments