Skip to content

Commit 3d32f2d

Browse files
committed
feat: bump to version 1.6.0
1 parent 36b6c73 commit 3d32f2d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

SolARFrameworkGRPCRemote.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ QMAKE_PROJECT_DEPTH = 0
88
INSTALLSUBDIR = SolARBuild
99
TARGET = SolARFrameworkGRPCRemote
1010
FRAMEWORK = $$TARGET
11-
VERSION=1.5.0
11+
VERSION=1.6.0
1212

1313
DEFINES += MYVERSION=$${VERSION}
1414
DEFINES += TEMPLATE_LIBRARY

gen/packagedependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
xpcf|2.10.0|xpcf%XPCF_SHARED_DEPS|@github|https://github.com/SolarFramework/binaries/releases/download
22
xpcf_static_deps|2.10.0|xpcf_static_deps%XPCF_STATIC_DEPS|@github|https://github.com/SolarFramework/binaries/releases/download
3-
SolARFramework|1.5.0|SolARFramework|SolARBuild@github|https://github.com/SolarFramework/SolARFramework/releases/download
3+
SolARFramework|1.6.0|SolARFramework|SolARBuild@github|https://github.com/SolarFramework/SolARFramework/releases/download

gen/xpcfGrpcRemotingSolARFramework_base.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CONFIG -= qt
44

55
## global definitions : target lib name, version
66
FRAMEWORK = $$TARGET
7-
VERSION=1.5.0
7+
VERSION=1.6.0
88

99
DEFINES += MYVERSION=$${VERSION}
1010
DEFINES += XPCFVERSION=\\\"$${VERSION}\\\"

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ then
3232
echo "XPCF_MODULE_ROOT env var is defined to $XPCF_MODULE_ROOT"
3333
fi
3434

35-
DEFAULT_VERSION_SOLAR="1.5.0"
35+
DEFAULT_VERSION_SOLAR="1.6.0"
3636
DEFAULT_VERSION_XPCF="2.10.0"
3737
DEFAULT_DATABASE_DIR="../SolARFramework/build/Desktop_Qt_6_10_0-Release"
3838
DEFAULT_SOLAR_FRAMEWORK_PATH="../SolARFramework"

packagedependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SolARFramework|1.5.0|SolARFramework|SolARBuild@github|https://github.com/SolarFramework/SolARFramework/releases/download|shared
1+
SolARFramework|1.6.0|SolARFramework|SolARBuild@github|https://github.com/SolarFramework/SolARFramework/releases/download|shared

0 commit comments

Comments
 (0)