File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.21 )
22
3- project (cfrds VERSION 0.9.7 LANGUAGES C )
3+ project (cfrds VERSION 0.9.8 LANGUAGES C )
44
55set (CMAKE_C_STANDARD 23)
66set (CMAKE_C_STANDARD_REQUIRED ON )
@@ -86,7 +86,7 @@ set_target_properties(libcfrds PROPERTIES
8686 INTERPROCEDURAL_OPTIMIZATION TRUE
8787 C_VISIBILITY_PRESET hidden
8888 OUTPUT_NAME "cfrds"
89- VERSION "0.9.7 "
89+ VERSION "0.9.8 "
9090 SOVERSION "0.9"
9191)
9292
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ includedir=/usr/include
55
66Name: cfrds
77Description: The ColdFusion RDS Library
8- Version: 0.9.7
8+ Version: 0.9.8
99Libs: -L${libdir} -lcfrds
1010Cflags: -I${includedir}
Original file line number Diff line number Diff line change 22
33def main ():
44 setup (name = "cfrds" ,
5- version = "0.9.7" ,
65 description = "Python interface for ColdFusion RDS service." ,
76 author = "Boris Barbulovski" ,
87 author_email = "bbarbulovski@gmail.com" ,
@@ -14,6 +13,7 @@ def main():
1413 ],
1514 include_dirs = ['../include' , '/usr/include/libxml2' ],
1615 libraries = ['xml2' ])]
16+ version = "0.9.8" ,
1717 )
1818
1919if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments