From: Steinar H. Gunderson Date: Mon, 3 Apr 2023 19:35:04 +0000 (+0200) Subject: Bump version number. X-Git-Tag: 1.5.0~10 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=581694ded2a2de99cad7383f04a0ee1fb588f27d Bump version number. It's pretty clear next version is not going to be a simple subrevision. --- diff --git a/configure.ac b/configure.ac index 0e51aed..3155873 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_CONFIG_MACRO_DIR([m4]) -AC_INIT(cubemap, 1.4.3) +AC_INIT(cubemap, 1.5.0) AC_CONFIG_SRCDIR(main.cpp) diff --git a/version.h b/version.h index 4a2a26f..257e4b4 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,7 @@ // Version number. Don't expect this to change all that often. -#define SERVER_VERSION "1.4.4-pre" +#define SERVER_VERSION "1.5.0-pre" #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION #endif // !defined(_VERSION_H)