From cd074e4d2698b3faa5b157c6b05c5f3ad432fddc Mon Sep 17 00:00:00 2001 From: c-lipka Date: Thu, 8 Jul 2021 11:56:01 +0200 Subject: [PATCH] Bump version number (now for real). --- source/backend/povray.h | 4 ++-- unix/prebuild/VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/backend/povray.h b/source/backend/povray.h index 2cba3c78d..60bc357fe 100644 --- a/source/backend/povray.h +++ b/source/backend/povray.h @@ -76,9 +76,9 @@ bool povray_terminated(); // POV-Ray version and copyright message macros #if POV_RAY_IS_OFFICIAL == 1 -#define POV_RAY_VERSION "3.7.0.9" +#define POV_RAY_VERSION "3.7.0.10" #else -#define POV_RAY_VERSION "3.7.0.9.unofficial" +#define POV_RAY_VERSION "3.7.0.10.unofficial" #endif #define POV_RAY_COPYRIGHT "Copyright 1991-2013 Persistence of Vision Raytracer Pty. Ltd." diff --git a/unix/prebuild/VERSION b/unix/prebuild/VERSION index 2173ae451..82729c3db 100644 --- a/unix/prebuild/VERSION +++ b/unix/prebuild/VERSION @@ -1 +1 @@ -3.7.0.9 +3.7.0.10