Skip to content

Commit

Permalink
Bumping version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haorldbchi committed Sep 30, 2021
1 parent 8bb92eb commit 8dcd54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#pragma once

#define BLADEBIT_VERSION_MAJ 1
#define BLADEBIT_VERSION_MIN 1
#define BLADEBIT_VERSION_REV 1
#define BLADEBIT_VERSION_MIN 2
#define BLADEBIT_VERSION_REV 0

#define BLADEBIT_VERSION \
((uint64)BLADEBIT_VERSION_MAJ) << 32 \
Expand Down

0 comments on commit 8dcd54b

Please sign in to comment.