19308c5d5b
Even though these functions were exported, the number of applications using them directly is very likely to be zero. Still, bump the major library version to be safe and compliant.
5 lines
329 B
Batchfile
Executable File
5 lines
329 B
Batchfile
Executable File
cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/1.0.5/ < src\libsodium\include\sodium\version.h.in > tmp
|
|
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MAJOR@/8/ < tmp > tmp2
|
|
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/0/ < tmp2 > src\libsodium\include\sodium\version.h
|
|
del tmp tmp2
|