Skip to content

Commit 62f27db

Browse files
committed
Updated version files to v2.0.0
1 parent e24f1b7 commit 62f27db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

version_info.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
set PRODUCT_VERSION=2.0
1+
set PRODUCT_VERSION=2.0.0

version_info.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#ifndef BINCPP_VERSION_H
22
#define BINCPP_VERSION_H
3-
#define BINCPP_VERSION "2.0"
4-
#endif //BINCPP_VERSION_H
3+
#define BINCPP_VERSION "2.0.0"
4+
#endif //BINCPP_VERSION_H

version_info.nsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
!define PRODUCT_VERSION "2.0"
1+
!define PRODUCT_VERSION "2.0.0"

0 commit comments

Comments
 (0)