diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cf9b9c..edb5b7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif() ######################################################################## project(deeppack - VERSION 0.1.0.11 + VERSION 0.1.0.12 LANGUAGES CXX ) diff --git a/docs/conf.py b/docs/conf.py index a407188..4956278 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Henrik Steffen Gaßmann' # The full version, including alpha/beta/rc tags -release = '0.1.0-beta.1' +release = '0.1.0-beta.2' # -- General configuration --------------------------------------------------- diff --git a/vcpkg.json b/vcpkg.json index d1cd1e5..2797f28 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/master/docs/vcpkg.schema.json", "name": "deeppack", - "version-semver": "0.1.0-beta.1", + "version-semver": "0.1.0-beta.2", "homepage": "https://github.com/deeplex/deeppack", "dependencies": [ "boost-endian",