Skip to content

Commit

Permalink
Finalized release 2.0.0-beta-1, closes #1099.
Browse files Browse the repository at this point in the history
  • Loading branch information
avancinirodrigo committed Jun 3, 2016
1 parent 31ba37d commit 14cef71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/terrameVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ of this software and its documentation.
\brief
*/
#define TERRAME_VERSION_STATUS "alpha-3"
#define TERRAME_VERSION_STATUS "beta-1"

/*!
\def TERRAME_VERSION_STRING
\brief This flag is used for versioning the TerraME code. If you have plugins and other tools
that must check the TerraME version, you can test against this string.
*/
#define TERRAME_VERSION_STRING "2.0.0-alpha-3"
#define TERRAME_VERSION_STRING "2.0.0-beta-1"

/*!
\def TERRAME_VERSION
Expand Down

0 comments on commit 14cef71

Please sign in to comment.