Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit c7de60e

Browse files
committed
bump version
1 parent 05dcf6c commit c7de60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/duqf-app/app-version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#define APPVERSION_H
33

44
#define VERSION_MAJOR 0
5-
#define VERSION_MINOR 9
6-
#define VERSION_BUILD 5
5+
#define VERSION_MINOR 10
6+
#define VERSION_BUILD 0
77
#define VERSION_SUFFIX "Beta"
88

99
#define STRINGIFY_VERSION(A, B, C) CONCAT(A, B, C )

0 commit comments

Comments
 (0)