Skip to content

Commit 38a1931

Browse files
committed
Update version numbers
1 parent eb990c5 commit 38a1931

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

HopsanCore/include/HopsanCoreVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// not the latest revision that you get when compiling the external component.
3434
#include "HopsanCoreGitVersion.h"
3535

36-
#define HOPSANBASEVERSION "2.22.0"
36+
#define HOPSANBASEVERSION "2.22.1"
3737
#define HOPSANCOREVERSION HOPSANBASEVERSION "." TO_STR(HOPSANCORE_COMMIT_TIMESTAMP)
3838
#define HOPSANCOREMODELFILEVERSION "0.4"
3939

makeDebRelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -u
1313
hopsancode_root=$(pwd)
1414
pbuilderWorkDir=/var/tmp/deb_hopsan/pbuilder
1515
name=hopsan
16-
devversion=2.22.0
16+
devversion=2.22.1
1717

1818
# Pbuilder dists and archs
1919
debianDistArchArray=( bookworm:amd64:bookworm

makeWindowsRelease.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# -------------------- Setup Start --------------------
1515
# Version numbers
16-
gBaseVersion = '2.22.0'
16+
gBaseVersion = '2.22.1'
1717
gReleaseRevision = ''
1818
gFullVersion = gBaseVersion
1919
gReleaseFileVersionName = gBaseVersion

packaging/mac-app/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildRoot="packaging/mac-app/"
1212
name="hopsan"
13-
baseversion=2.22.0
13+
baseversion=2.22.1
1414
releaserevision=20190827.1035 # TODO use getGitInfoScript
1515
fullversionname=${baseversion}.${releaserevision}
1616
doDevRelease=true

0 commit comments

Comments
 (0)