Skip to content

Commit

Permalink
Bump to version 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JFreegman committed Jan 2, 2024
1 parent e7c7e4e commit bac8909
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apidoc/python/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.13.0'
version = '0.13.1'
# The full version, including alpha/beta/rc tags.
release = '0.13.0'
release = '0.13.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion cfg/global_vars.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version
TOXIC_VERSION = 0.13.0
TOXIC_VERSION = 0.13.1
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
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ mkdir -p "$BUILD_DIR"
cd "$BUILD_DIR"

# The git hash of the c-toxcore version we're using
TOXCORE_VERSION="425216d9eca8b3c2afd48e52c04c6226b920303a"
TOXCORE_VERSION="ebafd51be77821e062f145506b9c9ab9114591b3"

# The sha256sum of the c-toxcore tarball for TOXCORE_VERSION
TOXCORE_HASH="f1723d1e5a6ae8e99a22098f057686523b69b06fd4958c2ef8740dfd7350c2f5"
TOXCORE_HASH="5187c2ecc833bc7a4b056e7b4c0b07504a4dedbb35d644a049c7cf3292d9ae8f"

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

Expand Down

0 comments on commit bac8909

Please sign in to comment.