Skip to content

Commit f6a60c3

Browse files
committed
Bumped up version to 2.9.1-rc1
1 parent 43579b0 commit f6a60c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/libslic3r/libslic3r.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
#include "libslic3r_version.h"
1818

1919
// Profiles for the alpha are stored into the PrusaSlicer-alpha directory to not mix with the current release.
20-
// #define SLIC3R_APP_FULL_NAME SLIC3R_APP_KEY
20+
#define SLIC3R_APP_FULL_NAME SLIC3R_APP_KEY
2121
// #define SLIC3R_APP_FULL_NAME SLIC3R_APP_KEY "-alpha"
22-
#define SLIC3R_APP_FULL_NAME SLIC3R_APP_KEY "-beta"
22+
// #define SLIC3R_APP_FULL_NAME SLIC3R_APP_KEY "-beta"
2323

2424

2525

version.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
set(SLIC3R_APP_NAME "PrusaSlicer")
55
set(SLIC3R_APP_KEY "PrusaSlicer")
6-
set(SLIC3R_VERSION "2.9.1-beta1")
6+
set(SLIC3R_VERSION "2.9.1-rc1")
77
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
88
set(SLIC3R_RC_VERSION "2,9,1,0")
99
set(SLIC3R_RC_VERSION_DOTS "2.9.1.0")

0 commit comments

Comments
 (0)