From: Steinar H. Gunderson Date: Tue, 2 Jan 2024 17:45:07 +0000 (+0100) Subject: Bump version number. X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=05d5d025510b05b8ff92a55c50576c7073c64646 Bump version number. --- diff --git a/configure.ac b/configure.ac index 9564ae9..1d9bc39 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_CONFIG_MACRO_DIR([m4]) -AC_INIT(cubemap, 1.5.0) +AC_INIT(cubemap, 1.5.2-pre) AC_CONFIG_SRCDIR(main.cpp) diff --git a/version.h b/version.h index 45996d2..fe89b31 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #ifndef _VERSION_H #define _VERSION_H -#define SERVER_VERSION "1.5.1" +#define SERVER_VERSION "1.5.2-pre" #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION #endif // !defined(_VERSION_H)