diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-09 01:25:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-09 01:25:48 +0300 |
commit | 948979f9e0e226a7db768181d0e8d88484553930 (patch) | |
tree | 41efec1d98169c62316246861624f723e8b1f8f7 | |
parent | project.cmake: use -DVAR instead of -D VAR (diff) | |
download | cmake-common-948979f9e0e226a7db768181d0e8d88484553930.tar.gz cmake-common-948979f9e0e226a7db768181d0e8d88484553930.zip |
v3.1v3.1
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [metadata] name = cmake_common -version = 3.0 +version = 3.1 author = Egor Tensin author_email = Egor.Tensin@gmail.com description = Various utilities to help develop C++/CMake projects |