Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clsid2 committed Jan 11, 2023
1 parent 4d92539 commit 973b644
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions include/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef ISPP_INVOKED
/*
* (C) 2010-2021 see Authors.txt
* (C) 2010-2023 see Authors.txt
*
* This file is part of MPC-HC.
*
Expand Down Expand Up @@ -46,9 +46,9 @@
#include "../build/version_rev.h"
#endif

#define MPC_VERSION_MAJOR 1
#define MPC_VERSION_MINOR 9
#define MPC_VERSION_PATCH 24
#define MPC_VERSION_MAJOR 2
#define MPC_VERSION_MINOR 0
#define MPC_VERSION_PATCH 0

#if MPC_VERSION_REV > 0
#define MPC_NIGHTLY_RELEASE 1
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.24.0
2.0.0.0

0 comments on commit 973b644

Please sign in to comment.