Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
bumped version to 2.72
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSimek committed Jan 7, 2015
1 parent c6177b1 commit 4c7ae6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ETLVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# default values if they cannot be generated from git
set(ETLEGACY_VERSION_MAJOR "2")
set(ETLEGACY_VERSION_MINOR "71")
set(ETLEGACY_VERSION_PATCH "5")
set(ETLEGACY_VERSION_MINOR "72")
set(ETLEGACY_VERSION_PATCH "0")
set(ETLEGACY_VERSION_COMMIT "0")
set(ETLEGACY_VERSION "${ETLEGACY_VERSION_MAJOR}.${ETLEGACY_VERSION_MINOR}-dirty")
set(ETLEGACY_VERSIONPLAIN "${ETLEGACY_VERSION_MAJOR},${ETLEGACY_VERSION_MINOR},${ETLEGACY_VERSION_PATCH},${ETLEGACY_VERSION_COMMIT}")
Expand Down

0 comments on commit 4c7ae6e

Please sign in to comment.