File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 9797/// - `rc.N` to denote and identify a release candidates;
9898/// - `x.FEATURE` to denote an untagged experimental version;
9999/// - `x.FEATURE.N` to denote and identify a tagged experimental version;
100+ /// - `x.N` to denote and identify a tagged version pooling various experimental features;
100101/// where `N` is a serial number starting at 1 in each phase, `TIME` is the number of minutes
101102/// since 2000-01-01 00:00, and `FEATURE` is an arbitrary alphanumeric moniker for a particular
102103/// experimental feature.
103- #define POV_RAY_PRERELEASE "x.diffuse.10021912 "
104+ #define POV_RAY_PRERELEASE "x.10021928 "
104105
105106#if defined(DOXYGEN ) && !defined(POV_RAY_PRERELEASE )
106107 // Work around doxygen being unable to document undefined macros.
You can’t perform that action at this time.
0 commit comments