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.
23 lines
734 B
23 lines
734 B
From ea67c29b64ff3c89a01f4fd66e8d5733f5ebe00e Mon Sep 17 00:00:00 2001
|
|
From: scribam <scribam@users.noreply.github.com>
|
|
Date: Fri, 21 Oct 2022 23:45:35 +0200
|
|
Subject: [PATCH] miniupnpc: update cmake project version
|
|
|
|
---
|
|
miniupnpc/CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/miniupnpc/CMakeLists.txt b/miniupnpc/CMakeLists.txt
|
|
index fbc04709..d7742dcf 100644
|
|
--- a/miniupnpc/CMakeLists.txt
|
|
+++ b/miniupnpc/CMakeLists.txt
|
|
@@ -1,7 +1,7 @@
|
|
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
|
|
|
|
project (miniupnpc
|
|
- VERSION 2.2.3
|
|
+ VERSION 2.2.4
|
|
DESCRIPTION "UPnP IGD client lightweight library"
|
|
HOMEPAGE_URL https://miniupnp.tuxfamily.org/
|
|
LANGUAGES C)
|