Skip to content

Commit 238b203

Browse files
committed
prepare release
1 parent aff8a3b commit 238b203

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
cmake_minimum_required(VERSION 3.10.2)
22

3-
PROJECT(plotjuggler LANGUAGES C CXX VERSION 3.9.2)
3+
PROJECT(plotjuggler LANGUAGES C CXX VERSION 3.9.3)
44

55
set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77

88
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/cmake")
99

10-
1110
add_definitions(
1211
-DPJ_MAJOR_VERSION=${PROJECT_VERSION_MAJOR}
1312
-DPJ_MINOR_VERSION=${PROJECT_VERSION_MINOR}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ sudo snap install plotjuggler-ros
100100
This installer does __not__ include ROS plugins.
101101

102102
**Windows Installer**:
103-
[PlotJuggler-Windows-3.9.0-installer](https://github.com/facontidavide/PlotJuggler/releases/download/3.9.0/PlotJuggler-Windows-3.9.0-installer.exe)
103+
[PlotJuggler-Windows-3.9.3-installer](https://github.com/facontidavide/PlotJuggler/releases/download/3.9.3/PlotJuggler-Windows-3.9.3-installer.exe)
104104

105105
### Debian packages for ROS User
106106

0 commit comments

Comments
 (0)