diff --git a/silentdragon-lite.pro b/silentdragon-lite.pro index 0cf5615..fda2158 100644 --- a/silentdragon-lite.pro +++ b/silentdragon-lite.pro @@ -162,7 +162,7 @@ distclean.depends += librustclean QMAKE_EXTRA_TARGETS += librust libsodium librustclean distclean QMAKE_CLEAN += $$PWD/lib/target/release/libsilentdragonlite.a res/libsodium.a -win32: LIBS += -L$$PWD/lib/target/x86_64-pc-windows-gnu/release -lsilentdragonlite -L$$PWD/res/ -llibsodium +win32: LIBS += -L$$PWD/lib/target/x86_64-pc-windows-gnu/release -lsilentdragonlite -L$$PWD/res/ -llibsodium -lsecur32 -lcrypt32 -lncrypt else:macx: LIBS += -L$$PWD/lib/target/release -lsilentdragonlite -framework Security -framework Foundation -L$$PWD/res/ -lsodium else:unix: LIBS += -L$$PWD/lib/target/release -lsilentdragonlite -ldl -L$$PWD/res/ -lsodium diff --git a/src/version.h b/src/version.h index a0701a7..3efab05 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.2.0" +#define APP_VERSION "1.2.1"