Skip to content

Commit be3b3ff

Browse files
committed
Set version to 6.1.1 Fix 1
1 parent 384df34 commit be3b3ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DeepSkyStackerKernel/DSSVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ constexpr int DSSBETAEXPIREMONTH = 3;
1010

1111
#define DSSVER_MAJOR 6
1212
#define DSSVER_MINOR 1
13-
#define DSSVER_SUB 2
13+
#define DSSVER_SUB 1
1414

1515
#ifdef DSSBETA
1616
#define DSSVER_BUILD DSSBETARELEASE
@@ -24,7 +24,7 @@ constexpr int DSSBETAEXPIREMONTH = 3;
2424
#define VERSTRING(M, m, s, b) FB(M) "." FB(m) "." FB(s) " Beta " FB(b)
2525
#define VERSION_DEEPSKYSTACKER VERSTRING(DSSVER_MAJOR, DSSVER_MINOR, DSSVER_SUB, DSSVER_BUILD)
2626
#else
27-
#define VERSTRING(M, m, s) FB(M) "." FB(m) "." FB(s)
27+
#define VERSTRING(M, m, s) FB(M) "." FB(m) "." FB(s) " Fix 1"
2828
#define VERSION_DEEPSKYSTACKER VERSTRING(DSSVER_MAJOR, DSSVER_MINOR, DSSVER_SUB)
2929
#endif
3030

0 commit comments

Comments
 (0)