Skip to content

Commit

Permalink
release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kloetzl committed Sep 27, 2021
1 parent ffeb158 commit 1174b0e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion License.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 - 2020 Fabian Klötzl
Copyright (c) 2018 - 2021 Fabian Klötzl

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ Don't forget to link with `-ldna`.

# License

Copyright © 2018 - 2020 Fabian Klötzl <kloetzl@evolbio.mpg.de>
Copyright © 2018 - 2021 Fabian Klötzl <kloetzl@evolbio.mpg.de>
MIT License
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Libdna requires the Meson buildsystem but no other dependencies.

# License

Copyright © 2018 - 2020 Fabian Klötzl <kloetzl@evolbio.mpg.de>
Copyright © 2018 - 2021 Fabian Klötzl <kloetzl@evolbio.mpg.de>
MIT License
2 changes: 1 addition & 1 deletion include/dna
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* SPDX-License-Identifier: MIT
* Copyright 2020 © Fabian Klötzl
* Copyright 2020 - 2021 © Fabian Klötzl
*
* C++ convenience header
*/
Expand Down
2 changes: 1 addition & 1 deletion include/dna.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* SPDX-License-Identifier: MIT
* Copyright 2019-2020 © Fabian Klötzl
* Copyright 2019-2021 © Fabian Klötzl
*/

#include <inttypes.h>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libdna', 'c', 'cpp',
version : '1.0',
version : '1.1',
license : 'MIT',
default_options : ['warning_level=3', 'c_std=gnu11', 'cpp_std=c++17',
'b_ndebug=if-release', 'buildtype=release']
Expand Down

0 comments on commit 1174b0e

Please sign in to comment.