Skip to content

Commit

Permalink
Merge pull request #1239 from fspindle/visp_2.6.0
Browse files Browse the repository at this point in the history
Bump 3.6.0 version
  • Loading branch information
fspindle committed Sep 22, 2023
2 parents 993533b + f85e76f commit c449424
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
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
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 22, 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
@@ -1,5 +1,5 @@
# Specify version format
version: "3.5.1-{build}"
version: "3.6.0-{build}"

image:
- Visual Studio 2017
Expand Down

0 comments on commit c449424

Please sign in to comment.