Skip to content

Commit

Permalink
Updade version number for 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robbr48 committed May 27, 2024
1 parent 0c21ba9 commit c120d0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HopsanCore/include/HopsanCoreVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// not the latest revision that you get when compiling the external component.
#include "HopsanCoreGitVersion.h"

#define HOPSANBASEVERSION "2.21.1"
#define HOPSANBASEVERSION "2.22.0"
#define HOPSANCOREVERSION HOPSANBASEVERSION "." TO_STR(HOPSANCORE_COMMIT_TIMESTAMP)
#define HOPSANCOREMODELFILEVERSION "0.4"

Expand Down
2 changes: 1 addition & 1 deletion makeDebRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -u
hopsancode_root=$(pwd)
pbuilderWorkDir=/var/tmp/deb_hopsan/pbuilder
name=hopsan
devversion=2.21.1
devversion=2.22.0

# Pbuilder dists and archs
debianDistArchArray=( bookworm:amd64:bookworm
Expand Down
2 changes: 1 addition & 1 deletion makeWindowsRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# -------------------- Setup Start --------------------
# Version numbers
gBaseVersion = '2.21.1'
gBaseVersion = '2.22.0'
gReleaseRevision = ''
gFullVersion = gBaseVersion
gReleaseFileVersionName = gBaseVersion
Expand Down
2 changes: 1 addition & 1 deletion packaging/mac-app/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildRoot="packaging/mac-app/"
name="hopsan"
baseversion=2.21.0
baseversion=2.22.0
releaserevision=20190827.1035 # TODO use getGitInfoScript
fullversionname=${baseversion}.${releaserevision}
doDevRelease=true
Expand Down

0 comments on commit c120d0d

Please sign in to comment.