diff options
Diffstat (limited to 'dev-libs/date/files/date-3.0.0-version.patch')
-rw-r--r-- | dev-libs/date/files/date-3.0.0-version.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/date/files/date-3.0.0-version.patch b/dev-libs/date/files/date-3.0.0-version.patch new file mode 100644 index 000000000000..398b2107059c --- /dev/null +++ b/dev-libs/date/files/date-3.0.0-version.patch @@ -0,0 +1,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 ) + |