Skip to content

Commit 238e73f

Browse files
build open version 0.1.0-beta.3
1 parent 3bae770 commit 238e73f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif()
2727

2828
########################################################################
2929
project(deeppack
30-
VERSION 0.1.0.12
30+
VERSION 0.1.0.13
3131
LANGUAGES CXX
3232
)
3333

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Henrik Steffen Gaßmann'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.1.0-beta.2'
25+
release = '0.1.0-beta.3'
2626

2727

2828
# -- General configuration ---------------------------------------------------

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/master/docs/vcpkg.schema.json",
33
"name": "deeppack",
4-
"version-semver": "0.1.0-beta.2",
4+
"version-semver": "0.1.0-beta.3",
55
"homepage": "https://github.com/deeplex/deeppack",
66
"dependencies": [
77
"boost-endian",

0 commit comments

Comments
 (0)