mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 14:27:38 -08:00
The 0.14.1 tag doesn't include the "Release v0.14.1" commit, which means that the version is detected as 0.14.0 and any revdeps that depend on 0.14.1 or higher do not work. Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/33269 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
17 lines
439 B
Diff
17 lines
439 B
Diff
From https://github.com/yhirose/cpp-httplib/commit/0a629d739127dcc5d828474a5aedae1f234687d3 Mon Sep 17 00:00:00 2001
|
|
From: yhirose <yuji.hirose.bug@gmail.com>
|
|
Date: Sat, 30 Sep 2023 22:14:02 -0400
|
|
Subject: [PATCH] Release v0.14.1
|
|
|
|
--- a/httplib.h
|
|
+++ b/httplib.h
|
|
@@ -8,7 +8,7 @@
|
|
#ifndef CPPHTTPLIB_HTTPLIB_H
|
|
#define CPPHTTPLIB_HTTPLIB_H
|
|
|
|
-#define CPPHTTPLIB_VERSION "0.14.0"
|
|
+#define CPPHTTPLIB_VERSION "0.14.1"
|
|
|
|
/*
|
|
* Configuration
|