From 39b19b616feec9027ac50bdfc191359cbeec9402 Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Sun, 13 Sep 2026 18:23:13 -0400 Subject: [PATCH] netcode 1.4.8: bump CMakeLists.txt and netcode.h Author: Emma Antigravity --- CMakeLists.txt | 2 +- netcode.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fe3e3f..2a9921a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) set(CMAKE_TARGET_MESSAGES OFF) endif() -project(netcode VERSION 1.4.7 LANGUAGES C CXX) +project(netcode VERSION 1.4.8 LANGUAGES C CXX) set(CMAKE_C_STANDARD 99) set(CMAKE_C_STANDARD_REQUIRED ON) diff --git a/netcode.h b/netcode.h index aaa8fe0..c28d52f 100755 --- a/netcode.h +++ b/netcode.h @@ -32,10 +32,10 @@ #ifndef NETCODE_H #define NETCODE_H -#define NETCODE_VERSION_FULL "1.4.7" +#define NETCODE_VERSION_FULL "1.4.8" #define NETCODE_VERSION_MAJOR 1 #define NETCODE_VERSION_MINOR 4 -#define NETCODE_VERSION_PATCH 7 +#define NETCODE_VERSION_PATCH 8 /* IMPORTANT: netcode is single-threaded by design and is not thread safe.