1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

Remove now unused year member from version.py

We changed copyright to use "present" for the current year, so we no
longer need to hardcode this and (like now) forget to bump it yearly.
This commit is contained in:
Rémi Verschelde
2024-01-24 21:08:15 +01:00
parent 4b6ad34988
commit e0dc23367c
8 changed files with 17 additions and 26 deletions

View File

@@ -1,9 +1,7 @@
#ifndef MINIUPNPCSTRINGS_H_INCLUDED
#define MINIUPNPCSTRINGS_H_INCLUDED
#include "core/version.h"
#define OS_STRING VERSION_NAME "/1.0"
#define OS_STRING "Godot Engine/1.0"
#define MINIUPNPC_VERSION_STRING "2.2.5"
#if 0