Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit add6367

Browse files
committed
Bump version to v1.2
1 parent 0cc915d commit add6367

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
// along with this program; if not, write to the Free Software
1717
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1818

19-
#define VERSION_NUM 1,1,0,0
20-
#define VERSION_LINEAR 1100
21-
#define VERSION_LINEAR_TEXT TEXT("1100")
22-
#define VERSION_TEXT TEXT("1.1") // This must match the tag pushed on the server minus the "v"
19+
#define VERSION_NUM 1,2,0,0
20+
#define VERSION_LINEAR 1200
21+
#define VERSION_LINEAR_TEXT TEXT("1200")
22+
#define VERSION_TEXT TEXT("1.2") // This must match the tag pushed on the server minus the "v"
2323
#define VERSION_STAGE TEXT("") // "alpha", "beta", ""

0 commit comments

Comments
 (0)