You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/date/files/date-3.0.0-version.patch

16 lines
312 B

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 )