Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit fa437f4

Browse files
committed
Move to version 0.5.2
1 parent 2a9ad00 commit fa437f4

8 files changed

+9
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.7.2)
22

33
##################################################
4-
set (VERSION_NUMBER "0.5.1")
4+
set (VERSION_NUMBER "0.5.2")
55
project("SolARModuleOpenGL")
66
set (SOURCES
77
src/SolARModuleOpengl.cpp

SolARModuleOpenGL.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CONFIG -= qt
66
TARGET = SolARModuleOpenGL
77
INSTALLSUBDIR = bcomBuild
88
FRAMEWORK = $$TARGET
9-
VERSION=0.5.1
9+
VERSION=0.5.2
1010

1111
DEFINES += MYVERSION=$${VERSION}
1212
DEFINES += TEMPLATE_LIBRARY

bcom-SolARModuleOpenGL.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ libdir=${exec_prefix}/lib
55
includedir=${prefix}/interfaces
66
Name: SolARModuleOpenGL
77
Description:
8-
Version: 0.5.1
8+
Version: 0.5.2
99
Requires:
1010
Libs: -L${libdir} -l${libname}
1111
Libs.private: ${libdir}/${pfx}${libname}.${lext}

packagedependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SolARFramework|0.5.1|SolARFramework|bcomBuild|url_repo_artifactory
1+
SolARFramework|0.5.2|SolARFramework|bcomBuild|url_repo_artifactory
22
xpcf|2.1.0|xpcf|thirdParties|http://repository.b-com.com/amc-generic
33
boost|1.68.0|boost|thirdParties|http://repository.b-com.com/amc-generic
44
spdlog|0.14.0|spdlog|thirdParties|http://repository.b-com.com/amc-generic

tests/PointsCloudDisplay/SolARTestModuleOpenGLPointCloudDisplay.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TARGET = SolARTestModuleOpenGLPointCloudDisplay
2-
VERSION=0.5.1
2+
VERSION=0.5.2
33

44
CONFIG += c++1z
55
CONFIG += console

tests/PointsCloudDisplay/conf_PointsCloud.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
22
<xpcf-registry>
3-
<module uuid="6e960df6-9a36-11e8-9eb6-529269fb1459" name="SolARModuleOpenGL" description="SolARModuleOpenGL description" path="$BCOMDEVROOT/bcomBuild/SolARModuleOpenGL/0.5.1/lib/x86_64/shared">
3+
<module uuid="6e960df6-9a36-11e8-9eb6-529269fb1459" name="SolARModuleOpenGL" description="SolARModuleOpenGL description" path="$BCOMDEVROOT/bcomBuild/SolARModuleOpenGL/0.5.2/lib/x86_64/shared">
44
<component uuid="afd38ea0-9a46-11e8-9eb6-529269fb1459" name="SolAR3DPointsViewerOpengl" description="SolAR3DPointsViewerOpengl">
55
<interface uuid="125f2007-1bf9-421d-9367-fbdc1210d006" name="IComponentIntrospect" description="IComponentIntrospect"/>
66
<interface uuid="575d365a-9a27-11e8-9eb6-529269fb1459" name="I3DPointsViewer" description="I3DPointsViewer"/>

tests/PointsCloudDisplay/packagedependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SolARFramework|0.5.1|SolARFramework|bcomBuild|url_repo_artifactory
2-
SolARModuleOpenGL|0.5.1|SolARModuleOpenGL|bcomBuild|url_repo_artifactory
1+
SolARFramework|0.5.2|SolARFramework|bcomBuild|url_repo_artifactory
2+
SolARModuleOpenGL|0.5.2|SolARModuleOpenGL|bcomBuild|url_repo_artifactory
33
xpcf|2.1.0|xpcf|thirdParties|http://repository.b-com.com/
44
boost|1.68.0|boost|thirdParties|http://repository.b-com.com/
55
spdlog|0.14.0|spdlog|thirdParties|http://repository.b-com.com/

xpcf_SolARModuleOpenGL_registry.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
22
<xpcf-registry>
3-
<module uuid="6e960df6-9a36-11e8-9eb6-529269fb1459" name="SolARModuleOpenGL" description="SolARModuleOpenGL" path="$BCOMDEVROOT/bcomBuild/SolARModuleOpenGL/0.5.0/lib/x86_64/shared">
3+
<module uuid="6e960df6-9a36-11e8-9eb6-529269fb1459" name="SolARModuleOpenGL" description="SolARModuleOpenGL" path="$BCOMDEVROOT/bcomBuild/SolARModuleOpenGL/0.5.2/lib/x86_64/shared">
44
<component uuid="afd38ea0-9a46-11e8-9eb6-529269fb1459" name="SolAR3DPointsViewerOpengl" description="SolAR3DPointsViewerOpengl">
55
<interface uuid="125f2007-1bf9-421d-9367-fbdc1210d006" name="IComponentIntrospect" description="IComponentIntrospect"/>
66
<interface uuid="575d365a-9a27-11e8-9eb6-529269fb1459" name="I3DPointsViewer" description="I3DPointsViewer"/>

0 commit comments

Comments
 (0)