Skip to content

Commit

Permalink
Bump version number and update change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lipka committed Jun 2, 2021
1 parent 17abe5f commit cb92757
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3 deletions.
42 changes: 42 additions & 0 deletions revision.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,52 @@ Notes:
http://news.povray.org/[email protected]
------------------------------------------------------------------------------

------------------------------------------------------------------------------
POV-Ray v3.7.0.9
------------------------------------------------------------------------------

Commit 17abe5f7 on 2021-06-02 by Christoph Lipka (c-lipka)

List OpenEXR 3.0.0 and higher as currently not supported in Unix
install docs.

Commit f68653cc on 2021-06-02 by Christoph Lipka (c-lipka)

Prevent `VERSION` from being picked up as C++20 `<version>` standard
header.

- Move `config.h` (created by `configure`) from main directory to
`unix` subdirectory
- Move original `VERSION` from `unix` to `unix/prebuild` subdirectory.
- Fix some instances in `prebuild.sh` where we're adding the main
directory to the include search path for no obvious reason.

This should fix GitHub issue #403.

Commit 48b1951d on 2021-06-02 by Christoph Lipka (c-lipka)

Fix Travis CI automated build tests.

Commit a7b6a94f on 2021-05-30 by Christoph Lipka

Eliminate `uint` type from platform-independent code.

Commit 3d513983 on 2021-05-30 by Christoph Lipka (c-lipka)

Modify Unix `./configure` script `stat` invocation to support
busybox-style systems.

`./configure` will now formally probe which `stat` parameter to use, and
in addition to `--format=` (GNU) and `-f` (BSD) also try `-c` (busybox).

------------------------------------------------------------------------------
POV-Ray v3.7.0.8
------------------------------------------------------------------------------

Commit 908900d9 on 2018-05-27 by Christoph Lipka

Bump version number and update change log.

Commit e711a323 on 2018-05-27 by Christoph Lipka

Address stack size issues in Mac OS builds.
Expand Down
4 changes: 2 additions & 2 deletions source/backend/povray.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.8"
#define POV_RAY_VERSION "3.7.0.9"
#else
#define POV_RAY_VERSION "3.7.0.8.unofficial"
#define POV_RAY_VERSION "3.7.0.9.unofficial"
#endif

#define POV_RAY_COPYRIGHT "Copyright 1991-2013 Persistence of Vision Raytracer Pty. Ltd."
Expand Down
2 changes: 1 addition & 1 deletion unix/prebuild/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.0.8
3.7.0.9

0 comments on commit cb92757

Please sign in to comment.