Skip to content

Commit

Permalink
Bump new 3.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Feb 15, 2022
1 parent 17245ff commit 8a3ad0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
#
# ViSP, open source Visual Servoing Platform software.
# Copyright (C) 2005 - 2021 by Inria. All rights reserved.
# Copyright (C) 2005 - 2022 by Inria. All rights reserved.
#
# This software is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -139,8 +139,8 @@ endif()
#-----------------------------------------------------------------------------
# VISP version number. An even minor number corresponds to releases.
set(VISP_VERSION_MAJOR "3")
set(VISP_VERSION_MINOR "4")
set(VISP_VERSION_PATCH "1")
set(VISP_VERSION_MINOR "5")
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
4 changes: 2 additions & 2 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Visual Servoing Platform
Resume of the change log

Copyright (C) 2005 - 2021 by Inria. All rights reserved.
Copyright (C) 2005 - 2022 by Inria. All rights reserved.
https://visp.inria.fr

ViSP 3.4.1 (under development)
ViSP 3.5.0 (released February 15, 2022)
- Contributors:
. Fabien Spindler, Joudy Nader, Souriya Trinh, Julien Dufour, Ha Thuc Long,
Christian Clauss, Olivier Kermorgant
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.4.1-{build}"
version: "3.5.0-{build}"

image:
- Visual Studio 2017
Expand Down

0 comments on commit 8a3ad0a

Please sign in to comment.