File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,22 @@ Notes:
3131 http://news.povray.org/
[email protected] 3232------------------------------------------------------------------------------
3333
34+ ------------------------------------------------------------------------------
35+ POV-Ray v3.7.0.8
36+ ------------------------------------------------------------------------------
37+
38+ Commit e711a323 on 2018-05-27 by Christoph Lipka
39+
40+ Address stack size issues in Mac OS builds.
41+
3442------------------------------------------------------------------------------
3543POV-Ray v3.7.0.7
3644------------------------------------------------------------------------------
3745
46+ Commit f69e17c0 on 2018-01-05 by Christoph Lipka
47+
48+ Update change log.
49+
3850Commit 4c3333dc on 2018-01-05 by Christoph Lipka
3951
4052 Fix GitHub issue #342 for v3.7 branch.
Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ bool povray_terminated();
7676// POV-Ray version and copyright message macros
7777
7878#if POV_RAY_IS_OFFICIAL == 1
79- #define POV_RAY_VERSION "3.7.0.7 "
79+ #define POV_RAY_VERSION "3.7.0.8 "
8080#else
81- #define POV_RAY_VERSION "3.7.0.7 .unofficial"
81+ #define POV_RAY_VERSION "3.7.0.8 .unofficial"
8282#endif
8383
8484#define POV_RAY_COPYRIGHT "Copyright 1991-2013 Persistence of Vision Raytracer Pty. Ltd."
Original file line number Diff line number Diff line change 1- 3.7.0.7
1+ 3.7.0.8
You can’t perform that action at this time.
0 commit comments