Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lipka committed Jan 20, 2019
1 parent fc2e8be commit cc5fc5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/base/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@
/// - `rc.N` to denote and identify a release candidates;
/// - `x.FEATURE` to denote an untagged experimental version;
/// - `x.FEATURE.N` to denote and identify a tagged experimental version;
/// - `x.N` to denote and identify a tagged version pooling various experimental features;
/// where `N` is a serial number starting at 1 in each phase, `TIME` is the number of minutes
/// since 2000-01-01 00:00, and `FEATURE` is an arbitrary alphanumeric moniker for a particular
/// experimental feature.
#define POV_RAY_PRERELEASE "x.diffuse.10021912"
#define POV_RAY_PRERELEASE "x.10021928"

#if defined(DOXYGEN) && !defined(POV_RAY_PRERELEASE)
// Work around doxygen being unable to document undefined macros.
Expand Down

0 comments on commit cc5fc5b

Please sign in to comment.