Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
liboqs
Commits
e01d14ee
Commit
e01d14ee
authored
5 years ago
by
Douglas Stebila
Browse files
Options
Download
Patches
Plain Diff
Update versions for 0.2.0 release
parent
f60f6c90
bc
bc-liboqs-0.10.1
bc-liboqs-0.7.2
bc-liboqs-0.9.2
feature/only-enable-asm-when-needed
fix/build_error_when_not_using_sdk_10.0.18362.0
fix/upgrade_cxx_17
update/v0.12.0
0.7.1
0.7.1-rc1
0.7.0
0.7.0-rc4
0.7.0-rc3
0.6.0
0.6.0-rc3
0.6.0-rc2
0.6.0-rc1
0.5.0
0.4.0
0.3.0
0.2.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
RELEASE.md
+2
-2
RELEASE.md
VisualStudio/winconfig.h
+2
-2
VisualStudio/winconfig.h
configure.ac
+3
-3
configure.ac
with
7 additions
and
7 deletions
RELEASE.md
+
2
−
2
View file @
e01d14ee
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
----------
...
...
This diff is collapsed.
Click to expand it.
VisualStudio/winconfig.h
+
2
−
2
View file @
e01d14ee
...
...
@@ -96,7 +96,7 @@
#define OQS_SIG_DEFAULT OQS_SIG_alg_picnic_L1_FS
#define OQS_MASTER_BRANCH
/**/
#define OQS_VERSION_NUMBER 0x0020000
3
L
#define OQS_VERSION_TEXT "0.2.0
-rc3
"
#define OQS_VERSION_NUMBER 0x0020000
f
L
#define OQS_VERSION_TEXT "0.2.0"
#endif
This diff is collapsed.
Click to expand it.
configure.ac
+
3
−
3
View file @
e01d14ee
...
...
@@ -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],[0x0020000
3
L],[Numeric liboqs version])
AC_DEFINE([OQS_VERSION_TEXT],["0.2.0
-rc3
"],[Text liboqs version])
AC_DEFINE([OQS_VERSION_NUMBER],[0x0020000
f
L],[Numeric liboqs version])
AC_DEFINE([OQS_VERSION_TEXT],["0.2.0"],[Text liboqs version])
AC_DEFINE([OQS_MASTER_BRANCH],[],[liboqs branch])
# Configure
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets