From bac89099e73d68ded79a1185aa417d05bc0f487f Mon Sep 17 00:00:00 2001 From: jfreegman Date: Tue, 2 Jan 2024 10:39:49 -0500 Subject: [PATCH] Bump to version 0.13.1 --- apidoc/python/source/conf.py | 4 ++-- cfg/global_vars.mk | 2 +- script/build-minimal-static-toxic.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apidoc/python/source/conf.py b/apidoc/python/source/conf.py index e07e6f6a7..5a9a23fe5 100644 --- a/apidoc/python/source/conf.py +++ b/apidoc/python/source/conf.py @@ -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. diff --git a/cfg/global_vars.mk b/cfg/global_vars.mk index 68d101b96..2dfb908ec 100644 --- a/cfg/global_vars.mk +++ b/cfg/global_vars.mk @@ -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) diff --git a/script/build-minimal-static-toxic.sh b/script/build-minimal-static-toxic.sh index 031959447..a996c867a 100755 --- a/script/build-minimal-static-toxic.sh +++ b/script/build-minimal-static-toxic.sh @@ -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"