Skip to content

Commit

Permalink
distrib version update
Browse files Browse the repository at this point in the history
  • Loading branch information
uliss committed Mar 30, 2021
1 parent 56d125d commit 877db35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
os: Visual Studio 2019

version: 2021.03.{build}
version: 2021.04.{build}

clone_depth: 2

Expand Down
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(PD_BUILD_SUFFIX "ceammc")
set(PD_TEXT_VERSION_SHORT "${PD_MAJOR_VERSION}.${PD_MINOR_VERSION}.${PD_BUGFIX_VERSION}")
set(PD_TEXT_VERSION_FULL "${PD_TEXT_VERSION_SHORT}_${PD_BUILD_SUFFIX}")

set(CEAMMC_DISTRIB_VERSION "2021.03")
set(CEAMMC_DISTRIB_VERSION "2021.04")

if(APPLE)
exec_program(sw_vers ARGS -productVersion OUTPUT_VARIABLE MACOSX_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pd-ceammc
version: "2021.03"
version: "2021.04"
license: "GPL-3.0"
summary: "Pure Data CEAMMC distribution"
description: |
Expand Down

0 comments on commit 877db35

Please sign in to comment.