Bump version to 0.8.2

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-08-30 07:54:10 +02:00
parent cff8f7c0b5
commit efdd567a1b
3 changed files with 12 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.3.0)
cmake_policy(SET CMP0048 NEW)
project(libssh VERSION 0.8.1 LANGUAGES C)
project(libssh VERSION 0.8.2 LANGUAGES C)
# global needed variable
set(APPLICATION_NAME ${PROJECT_NAME})