Skip to content

Commit 35ee936

Browse files
committed
Update version numbers to 2.18.0
1 parent fbb58e4 commit 35ee936

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.17.0"
36+
#define HOPSANBASEVERSION "2.18.0"
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.17.0
16+
devversion=2.18.0
1717

1818
# Pbuilder dists and archs
1919
debianDistArchArray=( buster:amd64:qt5py3_buster buster:i386:qt5py3_buster \

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.17.0'
16+
gBaseVersion = '2.18.0'
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.17.0
13+
baseversion=2.18.0
1414
releaserevision=20190827.1035 # TODO use getGitInfoScript
1515
fullversionname=${baseversion}.${releaserevision}
1616
doDevRelease=true

0 commit comments

Comments
 (0)