diff --git a/RELEASE.md b/RELEASE.md index ad55bb342..96511158a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -liboqs version 0.2.0 (release candidate 3) +liboqs version 0.2.0 ==================== About @@ -24,7 +24,7 @@ liboqs can also be used in the following programming languages via language-spec Release notes ============= -This release of liboqs was released on TODO. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs/releases/tag/master-0.2.0. +This release of liboqs was released on October 9, 2019. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs/releases/tag/0.2.0. What's New ---------- diff --git a/VisualStudio/winconfig.h b/VisualStudio/winconfig.h index 5c231eee6..3ba2e333e 100644 --- a/VisualStudio/winconfig.h +++ b/VisualStudio/winconfig.h @@ -96,7 +96,7 @@ #define OQS_SIG_DEFAULT OQS_SIG_alg_picnic_L1_FS #define OQS_MASTER_BRANCH /**/ -#define OQS_VERSION_NUMBER 0x00200003L -#define OQS_VERSION_TEXT "0.2.0-rc3" +#define OQS_VERSION_NUMBER 0x0020000fL +#define OQS_VERSION_TEXT "0.2.0" #endif diff --git a/configure.ac b/configure.ac index 27bd8c47a..a4a0d4c10 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # Init -AC_INIT([liboqs], [0.2.0-rc3], [https://github.com/open-quantum-safe/liboqs/issues], [liboqs-master], [https://openquantumsafe.org/]) +AC_INIT([liboqs], [0.2.0], [https://github.com/open-quantum-safe/liboqs/issues], [liboqs-master], [https://openquantumsafe.org/]) AM_INIT_AUTOMAKE([subdir-objects no-dependencies]) AM_PROG_LIBTOOL @@ -17,8 +17,8 @@ AM_PROG_LIBTOOL # 1.2.3-rc2 0x10203002 (same as ...rc2-dev) # 1.2.3 0x1020300f # 1.2.3a 0x1020301f -AC_DEFINE([OQS_VERSION_NUMBER],[0x00200003L],[Numeric liboqs version]) -AC_DEFINE([OQS_VERSION_TEXT],["0.2.0-rc3"],[Text liboqs version]) +AC_DEFINE([OQS_VERSION_NUMBER],[0x0020000fL],[Numeric liboqs version]) +AC_DEFINE([OQS_VERSION_TEXT],["0.2.0"],[Text liboqs version]) AC_DEFINE([OQS_MASTER_BRANCH],[],[liboqs branch]) # Configure