Skip to content

Commit 76d639b

Browse files
committed
Version bump. 0.9.8
1 parent 39684f8 commit 76d639b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_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

55
set(CMAKE_C_STANDARD 23)
66
set(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

pkgconfig/cfrds.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ includedir=/usr/include
55

66
Name: cfrds
77
Description: The ColdFusion RDS Library
8-
Version: 0.9.7
8+
Version: 0.9.8
99
Libs: -L${libdir} -lcfrds
1010
Cflags: -I${includedir}

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
def 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

1919
if __name__ == "__main__":

0 commit comments

Comments
 (0)