Skip to content

Commit cc5fc5b

Browse files
committed
Bump version number.
1 parent fc2e8be commit cc5fc5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/base/version.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,11 @@
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.

0 commit comments

Comments
 (0)