summaryrefslogtreecommitdiff
path: root/dev-libs/date/files/date-3.0.0-version.patch
blob: 398b2107059c7bbe5f3db0b4b719abd201864ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Fixes an oversight in the build-system versioning.

Upstream-Bug: https://github.com/HowardHinnant/date/issues/583

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@
 
 cmake_minimum_required( VERSION 3.7 )
 
-project( date VERSION 2.4.1 )
+project( date VERSION 3.0.0 )
 
 include( GNUInstallDirs )