Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Nov 15, 2019
1 parent 04d6833 commit b9ef794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mVMC/include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ along with this program. If not, see http://www.gnu.org/licenses/.
/* Semantic Versioning http://semver.org */
/* <major>.<minor>.<patch>-<prerelease> */
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 3
#define VERSION_MINOR 1
#define VERSION_PATCH 0
#define VERSION_PRERELEASE "" /* "alpha", "beta.1", etc. */


Expand Down

0 comments on commit b9ef794

Please sign in to comment.