This website works better with JavaScript.
Home
Explore
Help
Sign In
TheoryOfNekomata
/
xml-c
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed a couple of possible and fatal bugs
master
ooxi
12 years ago
parent
964d05bca4
commit
a360944ba1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+ 1
- 1
CMakeLists.txt
View File
@@ -2,7 +2,7 @@
PROJECT(xml)
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "1")
SET(VERSION_PATCH "
0
")
SET(VERSION_PATCH "
1
")
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0 FATAL_ERROR)
Write
Preview
Loading…
Cancel
Save