Skip to content

Commit 36eb41c

Browse files
authored
Bump version to 1.7.6 (#9305)
1 parent 39ddf40 commit 36eb41c

File tree

13 files changed

+31
-31
lines changed

13 files changed

+31
-31
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.18 FATAL_ERROR)
2-
project(xgboost LANGUAGES CXX C VERSION 1.7.5)
2+
project(xgboost LANGUAGES CXX C VERSION 1.7.6)
33
include(cmake/Utils.cmake)
44
list(APPEND CMAKE_MODULE_PATH "${xgboost_SOURCE_DIR}/cmake/modules")
55
cmake_policy(SET CMP0022 NEW)

R-package/DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: xgboost
22
Type: Package
33
Title: Extreme Gradient Boosting
4-
Version: 1.7.5.1
5-
Date: 2023-03-29
4+
Version: 1.7.6.1
5+
Date: 2023-06-16
66
Authors@R: c(
77
person("Tianqi", "Chen", role = c("aut"),
88
email = "[email protected]"),

R-package/configure

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for xgboost 1.7.5.
3+
# Generated by GNU Autoconf 2.71 for xgboost 1.7.6.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -607,8 +607,8 @@ MAKEFLAGS=
607607
# Identity of this package.
608608
PACKAGE_NAME='xgboost'
609609
PACKAGE_TARNAME='xgboost'
610-
PACKAGE_VERSION='1.7.5'
611-
PACKAGE_STRING='xgboost 1.7.5'
610+
PACKAGE_VERSION='1.7.6'
611+
PACKAGE_STRING='xgboost 1.7.6'
612612
PACKAGE_BUGREPORT=''
613613
PACKAGE_URL=''
614614

@@ -1225,7 +1225,7 @@ if test "$ac_init_help" = "long"; then
12251225
# Omit some internal or obsolete options to make the list less imposing.
12261226
# This message is too long to be a string in the A/UX 3.1 sh.
12271227
cat <<_ACEOF
1228-
\`configure' configures xgboost 1.7.5 to adapt to many kinds of systems.
1228+
\`configure' configures xgboost 1.7.6 to adapt to many kinds of systems.
12291229
12301230
Usage: $0 [OPTION]... [VAR=VALUE]...
12311231
@@ -1287,7 +1287,7 @@ fi
12871287

12881288
if test -n "$ac_init_help"; then
12891289
case $ac_init_help in
1290-
short | recursive ) echo "Configuration of xgboost 1.7.5:";;
1290+
short | recursive ) echo "Configuration of xgboost 1.7.6:";;
12911291
esac
12921292
cat <<\_ACEOF
12931293
@@ -1367,7 +1367,7 @@ fi
13671367
test -n "$ac_init_help" && exit $ac_status
13681368
if $ac_init_version; then
13691369
cat <<\_ACEOF
1370-
xgboost configure 1.7.5
1370+
xgboost configure 1.7.6
13711371
generated by GNU Autoconf 2.71
13721372
13731373
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1533,7 +1533,7 @@ cat >config.log <<_ACEOF
15331533
This file contains any messages produced by compilers while
15341534
running configure, to aid debugging if configure makes a mistake.
15351535
1536-
It was created by xgboost $as_me 1.7.5, which was
1536+
It was created by xgboost $as_me 1.7.6, which was
15371537
generated by GNU Autoconf 2.71. Invocation command line was
15381538
15391539
$ $0$ac_configure_args_raw
@@ -3412,7 +3412,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34123412
# report actual input values of CONFIG_FILES etc. instead of their
34133413
# values after options handling.
34143414
ac_log="
3415-
This file was extended by xgboost $as_me 1.7.5, which was
3415+
This file was extended by xgboost $as_me 1.7.6, which was
34163416
generated by GNU Autoconf 2.71. Invocation command line was
34173417
34183418
CONFIG_FILES = $CONFIG_FILES
@@ -3467,7 +3467,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
34673467
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34683468
ac_cs_config='$ac_cs_config_escaped'
34693469
ac_cs_version="\\
3470-
xgboost config.status 1.7.5
3470+
xgboost config.status 1.7.6
34713471
configured by $0, generated by GNU Autoconf 2.71,
34723472
with options \\"\$ac_cs_config\\"
34733473

R-package/configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
AC_PREREQ(2.69)
44

5-
AC_INIT([xgboost],[1.7.5],[],[xgboost],[])
5+
AC_INIT([xgboost],[1.7.6],[],[xgboost],[])
66

77
: ${R_HOME=`R RHOME`}
88
if test -z "${R_HOME}"; then

include/xgboost/version_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
#define XGBOOST_VER_MAJOR 1
88
#define XGBOOST_VER_MINOR 7
9-
#define XGBOOST_VER_PATCH 5
9+
#define XGBOOST_VER_PATCH 6
1010

1111
#endif // XGBOOST_VERSION_CONFIG_H_

jvm-packages/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>1.7.5</version>
9+
<version>1.7.6</version>
1010
<packaging>pom</packaging>
1111
<name>XGBoost JVM Package</name>
1212
<description>JVM Package for XGBoost</description>

jvm-packages/xgboost4j-example/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>1.7.5</version>
9+
<version>1.7.6</version>
1010
</parent>
1111
<artifactId>xgboost4j-example_2.12</artifactId>
12-
<version>1.7.5</version>
12+
<version>1.7.6</version>
1313
<packaging>jar</packaging>
1414
<build>
1515
<plugins>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>ml.dmlc</groupId>
2828
<artifactId>xgboost4j-spark_${scala.binary.version}</artifactId>
29-
<version>1.7.5</version>
29+
<version>1.7.6</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.apache.spark</groupId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>ml.dmlc</groupId>
3939
<artifactId>xgboost4j-flink_${scala.binary.version}</artifactId>
40-
<version>1.7.5</version>
40+
<version>1.7.6</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.apache.commons</groupId>

jvm-packages/xgboost4j-flink/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>1.7.5</version>
9+
<version>1.7.6</version>
1010
</parent>
1111
<artifactId>xgboost4j-flink_2.12</artifactId>
12-
<version>1.7.5</version>
12+
<version>1.7.6</version>
1313
<build>
1414
<plugins>
1515
<plugin>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>ml.dmlc</groupId>
2828
<artifactId>xgboost4j_${scala.binary.version}</artifactId>
29-
<version>1.7.5</version>
29+
<version>1.7.6</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.apache.commons</groupId>

jvm-packages/xgboost4j-gpu/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>1.7.5</version>
9+
<version>1.7.6</version>
1010
</parent>
1111
<artifactId>xgboost4j-gpu_2.12</artifactId>
12-
<version>1.7.5</version>
12+
<version>1.7.6</version>
1313
<packaging>jar</packaging>
1414

1515
<dependencies>

jvm-packages/xgboost4j-spark-gpu/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>1.7.5</version>
9+
<version>1.7.6</version>
1010
</parent>
1111
<artifactId>xgboost4j-spark-gpu_2.12</artifactId>
1212
<build>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>ml.dmlc</groupId>
2626
<artifactId>xgboost4j-gpu_${scala.binary.version}</artifactId>
27-
<version>1.7.5</version>
27+
<version>1.7.6</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.apache.spark</groupId>

jvm-packages/xgboost4j-spark/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>1.7.5</version>
9+
<version>1.7.6</version>
1010
</parent>
1111
<artifactId>xgboost4j-spark_2.12</artifactId>
1212
<build>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>ml.dmlc</groupId>
2626
<artifactId>xgboost4j_${scala.binary.version}</artifactId>
27-
<version>1.7.5</version>
27+
<version>1.7.6</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.apache.spark</groupId>

jvm-packages/xgboost4j/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>1.7.5</version>
9+
<version>1.7.6</version>
1010
</parent>
1111
<artifactId>xgboost4j_2.12</artifactId>
12-
<version>1.7.5</version>
12+
<version>1.7.6</version>
1313
<packaging>jar</packaging>
1414

1515
<dependencies>

python-package/xgboost/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.5
1+
1.7.6

0 commit comments

Comments
 (0)