Skip to content

Commit

Permalink
alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Nov 9, 2024
1 parent bef6220 commit 05dbb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: git submodule update --init
- name: change date in version
shell: powershell
run: (Get-Content version.inc) | Foreach-Object {$_ -replace "\+UNKNOWN", ("_" + [datetime]::Today.ToString("yyyy-MM-dd"))} | Set-Content version.inc
run: (Get-Content version.inc) | Foreach-Object {$_ -replace "\+UNKNOWN", ("-" + [datetime]::Today.ToString("yyyy-MM-dd"))} | Set-Content version.inc
- run: mkdir deps/destdir
- name: copy deps
working-directory: ./deps/destdir
Expand Down
2 changes: 1 addition & 1 deletion version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(SLIC3R_APP_CMD "Slic3r")
# id for windows registry
set(SLIC3R_APP_PROG_ID "Slic3r.1")
# versions
set(SLIC3R_VERSION "2.7-rc")
set(SLIC3R_VERSION "2.7-alpha+UNKNOWN")
set(SLIC3R_VERSION_FULL "2.7.61.0")
set(SLIC3R_BUILD_ID "${SLIC3R_APP_KEY}_${SLIC3R_VERSION_FULL}+UNKNOWN")
set(SLIC3R_RC_VERSION "2,7,61,0")
Expand Down

0 comments on commit 05dbb4e

Please sign in to comment.