Skip to content

Commit

Permalink
Update beta version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Mar 30, 2016
1 parent 4f4a007 commit 4c6d723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT (mmg)
###############################################################################
SET (CMAKE_RELEASE_VERSION_MAJOR "5" )
SET (CMAKE_RELEASE_VERSION_MINOR "1" )
SET (CMAKE_RELEASE_VERSION_PATCH "0-beta4" )
SET (CMAKE_RELEASE_VERSION_PATCH "0-beta5" )
SET (CMAKE_RELEASE_DATE "Dec 4, 2015" )

SET (CMAKE_RELEASE_VERSION
Expand Down
2 changes: 1 addition & 1 deletion src/common/mmgcommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extern "C" {
#include "eigenv.h"
#include "libmmgcommon.h"

#define MG_VER "5.1.0-beta4"
#define MG_VER "5.1.0-beta5"
#define MG_REL "Dec 4, 2015"
#define MG_CPY "Copyright (c) IMB-LJLL, 2004-"
#define MG_STR "&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&"
Expand Down

0 comments on commit 4c6d723

Please sign in to comment.