Skip to content

Commit

Permalink
Bump 3.6.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Sep 21, 2023
1 parent 993533b commit 1de4de6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ endif()
#-----------------------------------------------------------------------------
# VISP version number. An even minor number corresponds to releases.
set(VISP_VERSION_MAJOR "3")
set(VISP_VERSION_MINOR "5")
set(VISP_VERSION_PATCH "1")
set(VISP_VERSION_MINOR "6")
set(VISP_VERSION_PATCH "0")
set(VISP_VERSION "${VISP_VERSION_MAJOR}.${VISP_VERSION_MINOR}.${VISP_VERSION_PATCH}")
set(VISP_SOVERSION "${VISP_VERSION_MAJOR}.${VISP_VERSION_MINOR}")
# Package revision number
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright (C) 2005 - 2023 by Inria. All rights reserved.
https://visp.inria.fr

ViSP 3.5.1 (under development)
ViSP 3.6.0 (released September 21, 2023)
- Contributors:
. Fabien Spindler, Souriya Trinh, Romain Lagneau, Antonio Marino, Samuel Felton,
Francois Chaumette, Olivier Roussel, Julien Dufour, Joudy Nader
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specify version format
version: "3.5.1-{build}"
version: "3.6.1-{build}"

image:
- Visual Studio 2017
Expand Down

0 comments on commit 1de4de6

Please sign in to comment.