Skip to content

Commit 406b388

Browse files
committed
add CITATION.cff
1 parent 9232dd8 commit 406b388

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CITATION.cff

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if(ROOT_PROJECT)
1919
endif()
2020

2121
enable_language(CXX)
22-
project(aes-ni VERSION 0.0.2)
22+
project(aes-ni VERSION 0.0.3)
2323

2424
if(ROOT_PROJECT)
2525
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")

0 commit comments

Comments
 (0)