This repository was archived by the owner on Sep 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ 1.0.4
2+ ===========
3+ October 29, 2015
4+
5+ Other
6+ --------
7+ * Fixed ` Address::compare() ` issue that cause invalid comparisons for IPv4
8+
191.0.3
210===========
311September 21, 2015
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ endif()
1717project (${PROJECT_NAME_STR} C CXX)
1818set (PROJECT_VERSION_MAJOR 1)
1919set (PROJECT_VERSION_MINOR 0)
20- set (PROJECT_VERSION_PATCH 3 )
20+ set (PROJECT_VERSION_PATCH 4 )
2121set (PROJECT_VERSION_STRING ${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} )
2222
2323set (CASS_DRIVER_PROJECT_NAME ${PROJECT_NAME_STR} )
Original file line number Diff line number Diff line change 5252
5353#define CASS_VERSION_MAJOR 1
5454#define CASS_VERSION_MINOR 0
55- #define CASS_VERSION_PATCH 3
55+ #define CASS_VERSION_PATCH 4
5656#define CASS_VERSION_SUFFIX ""
5757
5858#ifdef __cplusplus
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function check_command {
1212check_command " dch" " debhelper"
1313check_command " lsb_release" " lsb-release"
1414
15- version=" 1.0.3 "
15+ version=" 1.0.4 "
1616release=1
1717dist=$( lsb_release -s -c)
1818base=" cassandra-cpp-driver-$version "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if [[ ! -z $1 ]]; then
1717 arch=$1
1818fi
1919
20- version=" 1.0.3 "
20+ version=" 1.0.4 "
2121base=" cassandra-cpp-driver-$version "
2222archive=" $base .tar.gz"
2323files=" CMakeLists.txt cmake_uninstall.cmake.in include src README.md LICENSE.txt"
You can’t perform that action at this time.
0 commit comments