File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ rules with proper relocatable CMake packages and use modern CMake (3.14+)
7
7
See the gif in the [ assets] ( assets ) folder for an example of using
8
8
` cmake-init ` .
9
9
10
- Here are some example outputs of the script as of 0.8 .0:
10
+ Here are some example outputs of the script as of 0.9 .0:
11
11
12
12
* https://github.com/friendlyanon/cmake-init-executable
13
- * https://github.com/friendlyanon/cmake-init-shared-static
14
13
* https://github.com/friendlyanon/cmake-init-header-only
14
+ * https://github.com/friendlyanon/cmake-init-shared-static
15
15
16
16
## Goals
17
17
Original file line number Diff line number Diff line change 33
33
34
34
from distutils .version import LooseVersion
35
35
36
- __version__ = "0.8.1 "
36
+ __version__ = "0.9.0 "
37
37
38
38
zip = zipfile .ZipFile (os .path .dirname (__file__ ), "r" )
39
39
You can’t perform that action at this time.
0 commit comments