This commit is contained in:
Frank Denis
2026-01-07 23:28:39 +01:00
parent 08b349a09b
commit 589f042623
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version: 1.0.22.{build}
version: 1.0.23.{build}
os: Visual Studio 2022
+2 -2
View File
@@ -4,8 +4,8 @@
#include "windows.h"
//specify the version numbers for the dll's
#define LIBSODIUM_VERSION_STRING "1.0.22.0"
#define LIBSODIUM_VERSION_BIN 1,0,22,0
#define LIBSODIUM_VERSION_STRING "1.0.23.0"
#define LIBSODIUM_VERSION_BIN 1,0,23,0
//specify the product name for the dlls based on the platform we are compiling for
#if defined(x64)
+1 -1
View File
@@ -4,7 +4,7 @@
#include "export.h"
#define SODIUM_VERSION_STRING "1.0.22"
#define SODIUM_VERSION_STRING "1.0.23"
#define SODIUM_LIBRARY_VERSION_MAJOR 30
#define SODIUM_LIBRARY_VERSION_MINOR 0
+1 -1
View File
@@ -1,4 +1,4 @@
cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/1.0.22/ < ..\..\src\libsodium\include\sodium\version.h.in > tmp
cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/1.0.23/ < ..\..\src\libsodium\include\sodium\version.h.in > tmp
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MAJOR@/30/ < tmp > tmp2
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/0/ < tmp2 > tmp3
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_MINIMAL_DEF@// < tmp3 > ..\..\src\libsodium\include\sodium\version.h
+1 -1
View File
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([libsodium],[1.0.22],[https://github.com/jedisct1/libsodium/issues],[libsodium],[https://libsodium.org])
AC_INIT([libsodium],[1.0.23],[https://github.com/jedisct1/libsodium/issues],[libsodium],[https://libsodium.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/libsodium/sodium/version.c])
+1 -1
View File
@@ -4,7 +4,7 @@
#
# To simplify linking, library variants have distinct names: sodium, sodium-static, sodium-minimal and sodium-minimal-static.
SODIUM_VERSION="1.0.22.0"
SODIUM_VERSION="1.0.23.0"
if [ -z "$ANDROID_NDK_HOME" ]; then
echo "ANDROID_NDK_HOME must be set to the directory containing the Android NDK."
+1 -1
View File
@@ -9,7 +9,7 @@
<PropertyGroup>
<PackageId>libsodium</PackageId>
<Version>1.0.22.0</Version>
<Version>1.0.23.0</Version>
<Authors>Frank Denis</Authors>
<Description>Internal implementation package not meant for direct consumption. Please do not reference directly.</Description>
<Copyright>&#169; $([System.DateTime]::UtcNow.ToString(yyyy)) Frank Denis</Copyright>