We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9232dd8 commit 406b388Copy full SHA for 406b388
CITATION.cff
@@ -0,0 +1,8 @@
1
+cff-version: 1.1.0
2
+message: Please cite this software as below when you use it.
3
+authors:
4
+ - family-names: Teruya
5
+ given-names: Tadanori
6
+title: Experimental implementations using AES-NI
7
+version: 0.0.3
8
+date-released: 2021-07-29
CMakeLists.txt
@@ -19,7 +19,7 @@ if(ROOT_PROJECT)
19
endif()
20
21
enable_language(CXX)
22
-project(aes-ni VERSION 0.0.2)
+project(aes-ni VERSION 0.0.3)
23
24
if(ROOT_PROJECT)
25
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
0 commit comments