]> git.sesse.net Git - cubemap/commitdiff
Release Cubemap 1.5.1. 1.5.1
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 17 Dec 2023 20:03:29 +0000 (21:03 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 17 Dec 2023 20:03:29 +0000 (21:03 +0100)
NEWS
version.h

diff --git a/NEWS b/NEWS
index 209f90c47eb37c1a7264d5ea6b884ac2afc7f090..10d5c0e6931c1e9b4e080df63d2bd9d19ec302a1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Cubemap 1.5.1, 2023-12-17
+
+  * Use systemd.pc to place systemd system units.
+    Patch by Chris Hofstaedtler.
+
+
 Cubemap 1.5.0, 2023-12-09
 
   * Support input from pipes (subprocesses).
index 97fbe857c871a94022d6ff5d44a28473ac73dfad..45996d2632cf1639804676f0d2e8dc3f4d0ac486 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,7 +1,7 @@
 #ifndef _VERSION_H
 #define _VERSION_H
 
-#define SERVER_VERSION "1.5.0"
+#define SERVER_VERSION "1.5.1"
 #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION
 
 #endif  // !defined(_VERSION_H)