Skip to content

Commit b9ef794

Browse files
committed
update version number
1 parent 04d6833 commit b9ef794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mVMC/include/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ along with this program. If not, see http://www.gnu.org/licenses/.
2828
/* Semantic Versioning http://semver.org */
2929
/* <major>.<minor>.<patch>-<prerelease> */
3030
#define VERSION_MAJOR 1
31-
#define VERSION_MINOR 0
32-
#define VERSION_PATCH 3
31+
#define VERSION_MINOR 1
32+
#define VERSION_PATCH 0
3333
#define VERSION_PRERELEASE "" /* "alpha", "beta.1", etc. */
3434

3535

0 commit comments

Comments
 (0)