Skip to content

Commit

Permalink
Bump version to 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
svniemeijer committed Sep 24, 2024
1 parent aaf8200 commit 1d3c9b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.3.3 2024-09-24
~~~~~~~~~~~~~~~~

* Fix build issues with VTK 9.3.

4.3.2 2023-02-22
~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy(SET CMP0094 NEW) # Find Python by LOCATION

project(visan)

set(VERSION 4.3.2)
set(VERSION 4.3.3)

set(CMAKE_MACOSX_RPATH ON)

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (C) 2002-2022 S[&]T, The Netherlands.

VISAN 4.3.2 Release Notes
VISAN 4.3.3 Release Notes

VISAN is a Visualisation and Analysis application that was designed to be a
front-end for CODA and HARP, but is general enough to be appropriate for a much
Expand Down
2 changes: 1 addition & 1 deletion visan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
This module provides the main code for the VISAN application.
"""

VERSION = "4.3.2"
VERSION = "4.3.3"

0 comments on commit 1d3c9b8

Please sign in to comment.