File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
1414
1515# Project version number
1616set (PRJ_VERSION_MAJOR 9)
17- set (PRJ_VERSION_MINOR 4 )
17+ set (PRJ_VERSION_MINOR 41 )
1818configure_file ("${PROJECT_SOURCE_DIR} /cmake/version.h.in" "${PROJECT_BINARY_DIR} /version.h" )
1919include_directories ("${PROJECT_BINARY_DIR} " )
2020
@@ -69,7 +69,7 @@ find_package(Threads)
6969if (DEFINED ENV{MYSQL_PROPER})
7070 find_package (MySQL 5.7.17 REQUIRED EXACT)
7171else ()
72- find_package (MariaDB 10.1.24 REQUIRED)
72+ find_package (MariaDB 10.1.26 REQUIRED)
7373endif ()
7474find_package (ZLIB REQUIRED)
7575find_package (EXPAT REQUIRED)
@@ -122,7 +122,7 @@ if(CMAKE_CROSSCOMPILING OR WIN32)
122122endif ()
123123install (FILES ${MYSQL_LIB_DIR} /../share/english/errmsg.sys DESTINATION ${PROJECT_BINARY_DIR} /language CONFIGURATIONS Release Debug)
124124
125- find_package (Go 1.8.1 REQUIRED)
125+ find_package (Go 1.9 REQUIRED)
126126find_package (Glide 0.12.3 REQUIRED)
127127# Proper go build structure will be here
128128set (GO_PATH "${CMAKE_BINARY_DIR} /go" )
Original file line number Diff line number Diff line change 11#! /bin/bash -e
22
33ver_major=10.1
4- ver_minor=24
4+ ver_minor=26
55
66declare -A checkmap
77
@@ -16,21 +16,21 @@ for _mingw in ${ARCH_INSTALLS}; do
1616 file=mariadb-${ver_major} .${ver_minor} -${arch} .zip
1717 prefix=i686
1818 packagedir=${arch} -packages
19- checkmap[${arch} ]=" 3f28aaece4cb00d57fb643873ca4a4b29546cf5852d956094517b36ba8eafba3 "
19+ checkmap[${arch} ]=" 08b546950f448763459ac66f8f81e0097c8cd4378a3e0075b6e50275682bd7ed "
2020 ;;
2121 win64)
2222 arch=winx64
2323 file=mariadb-${ver_major} .${ver_minor} -${arch} .zip
2424 prefix=x86_64
2525 packagedir=${arch} -packages
26- checkmap[${arch} ]=" cca8b38e640508cd8fa3ba28c872ccc79497d6a74164a1ae9cdd04aaef9ef6cd "
26+ checkmap[${arch} ]=" ece635977ec4f1d1c192fb156cef02229cff1925bd76cab488a48e63d8cf97fc "
2727 ;;
2828 linux)
2929 arch=$( uname -m)
3030 file=mariadb-${ver_major} .${ver_minor} -linux-glibc_214-${arch} .tar.gz
3131 prefix=
3232 packagedir=bintar-linux-glibc_214-${arch}
33- checkmap[${arch} ]=" 04491b686a83ba994122f5609adb9f86cb5af6275f87bfa4ee6010e2e28db465 "
33+ checkmap[${arch} ]=" b993c521f283bacec18760ae72b7d768c3e032007a244e0a8b13032c0278508f "
3434 ;;
3535 * )
3636 echo " Unsupported environment!"
You can’t perform that action at this time.
0 commit comments