Skip to content

Commit

Permalink
Bump version to 0.11.3 and update toxcore version in static build script
Browse files Browse the repository at this point in the history
  • Loading branch information
JFreegman committed Dec 24, 2021
1 parent 602d9d9 commit 0239509
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
@@ -1,7 +1,7 @@
---
cirrus-ci_task:
container:
image: toxchat/toktok-stack:0.0.28-third_party
image: toxchat/toktok-stack:0.0.31-third_party
cpu: 2
memory: 2G
configure_script:
Expand Down
6 changes: 3 additions & 3 deletions apidoc/python/source/conf.py
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.11.2'
version = '0.11.3'
# The full version, including alpha/beta/rc tags.
release = '0.11.2'
release = '0.11.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -151,4 +151,4 @@
(master_doc, 'toxic_api', 'toxic_api Documentation',
author, 'toxic_api', 'One line description of project.',
'Miscellaneous'),
]
]
2 changes: 1 addition & 1 deletion cfg/global_vars.mk
@@ -1,5 +1,5 @@
# Version
TOXIC_VERSION = 0.11.2
TOXIC_VERSION = 0.11.3
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
ifneq (, $(findstring error, $(REV)))
VERSION = $(TOXIC_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions script/build-minimal-static-toxic.sh
Expand Up @@ -132,10 +132,10 @@ mkdir -p "$BUILD_DIR"
cd "$BUILD_DIR"

# The git hash of the c-toxcore version we're using
TOXCORE_VERSION="af1848ed13d2aa3a7fc218de1d0633e99814efec"
TOXCORE_VERSION="v0.2.13"

# The sha256sum of the c-toxcore tarball for TOXCORE_VERSION
TOXCORE_HASH="acd1117b752583eb7d97aabc1053275ffa5f92591e166687a17c7267201a2e18"
TOXCORE_HASH="67114fa57504c58b695f5dce8ef85124d555f2c3c353d0d2615e6d4845114ab8"

TOXCORE_FILENAME="c-toxcore-$TOXCORE_VERSION.tar.gz"

Expand Down

0 comments on commit 0239509

Please sign in to comment.