Skip to content

Commit 2ddf6ae

Browse files
authored
Bump version to 3.0.2 (#11479)
1 parent 0e65f75 commit 2ddf6ae

File tree

14 files changed

+26
-26
lines changed

14 files changed

+26
-26
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(PLUGIN_SYCL)
44
string(REPLACE " -isystem ${CONDA_PREFIX}/include" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
55
endif()
66

7-
project(xgboost LANGUAGES CXX C VERSION 3.0.1)
7+
project(xgboost LANGUAGES CXX C VERSION 3.0.2)
88
include(cmake/Utils.cmake)
99
list(APPEND CMAKE_MODULE_PATH "${xgboost_SOURCE_DIR}/cmake/modules")
1010

R-package/DESCRIPTION

Lines changed: 2 additions & 2 deletions
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: 3.0.1.1
5-
Date: 2025-05-07
4+
Version: 3.0.2.1
5+
Date: 2025-05-22
66
Authors@R: c(
77
person("Tianqi", "Chen", role = c("aut"),
88
email = "tianqi.tchen@gmail.com"),

R-package/configure

Lines changed: 9 additions & 9 deletions
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 3.0.1.
3+
# Generated by GNU Autoconf 2.71 for xgboost 3.0.2.
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='3.0.1'
611-
PACKAGE_STRING='xgboost 3.0.1'
610+
PACKAGE_VERSION='3.0.2'
611+
PACKAGE_STRING='xgboost 3.0.2'
612612
PACKAGE_BUGREPORT=''
613613
PACKAGE_URL=''
614614

@@ -1262,7 +1262,7 @@ if test "$ac_init_help" = "long"; then
12621262
# Omit some internal or obsolete options to make the list less imposing.
12631263
# This message is too long to be a string in the A/UX 3.1 sh.
12641264
cat <<_ACEOF
1265-
\`configure' configures xgboost 3.0.1 to adapt to many kinds of systems.
1265+
\`configure' configures xgboost 3.0.2 to adapt to many kinds of systems.
12661266
12671267
Usage: $0 [OPTION]... [VAR=VALUE]...
12681268
@@ -1324,7 +1324,7 @@ fi
13241324

13251325
if test -n "$ac_init_help"; then
13261326
case $ac_init_help in
1327-
short | recursive ) echo "Configuration of xgboost 3.0.1:";;
1327+
short | recursive ) echo "Configuration of xgboost 3.0.2:";;
13281328
esac
13291329
cat <<\_ACEOF
13301330
@@ -1407,7 +1407,7 @@ fi
14071407
test -n "$ac_init_help" && exit $ac_status
14081408
if $ac_init_version; then
14091409
cat <<\_ACEOF
1410-
xgboost configure 3.0.1
1410+
xgboost configure 3.0.2
14111411
generated by GNU Autoconf 2.71
14121412
14131413
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1668,7 +1668,7 @@ cat >config.log <<_ACEOF
16681668
This file contains any messages produced by compilers while
16691669
running configure, to aid debugging if configure makes a mistake.
16701670
1671-
It was created by xgboost $as_me 3.0.1, which was
1671+
It was created by xgboost $as_me 3.0.2, which was
16721672
generated by GNU Autoconf 2.71. Invocation command line was
16731673
16741674
$ $0$ac_configure_args_raw
@@ -3855,7 +3855,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38553855
# report actual input values of CONFIG_FILES etc. instead of their
38563856
# values after options handling.
38573857
ac_log="
3858-
This file was extended by xgboost $as_me 3.0.1, which was
3858+
This file was extended by xgboost $as_me 3.0.2, which was
38593859
generated by GNU Autoconf 2.71. Invocation command line was
38603860
38613861
CONFIG_FILES = $CONFIG_FILES
@@ -3919,7 +3919,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
39193919
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
39203920
ac_cs_config='$ac_cs_config_escaped'
39213921
ac_cs_version="\\
3922-
xgboost config.status 3.0.1
3922+
xgboost config.status 3.0.2
39233923
configured by $0, generated by GNU Autoconf 2.71,
39243924
with options \\"\$ac_cs_config\\"
39253925

R-package/configure.ac

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

33
AC_PREREQ(2.69)
44

5-
AC_INIT([xgboost],[3.0.1],[],[xgboost],[])
5+
AC_INIT([xgboost],[3.0.2],[],[xgboost],[])
66

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

include/xgboost/version_config.h

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

77
#define XGBOOST_VER_MAJOR 3 /* NOLINT */
88
#define XGBOOST_VER_MINOR 0 /* NOLINT */
9-
#define XGBOOST_VER_PATCH 1 /* NOLINT */
9+
#define XGBOOST_VER_PATCH 2 /* NOLINT */
1010

1111
#endif // XGBOOST_VERSION_CONFIG_H_

jvm-packages/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.0.1</version>
9+
<version>3.0.2</version>
1010
<packaging>pom</packaging>
1111
<name>XGBoost JVM Package</name>
1212
<description>JVM Package for XGBoost</description>

jvm-packages/xgboost4j-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.0.1</version>
9+
<version>3.0.2</version>
1010
</parent>
1111
<name>xgboost4j-example</name>
1212
<artifactId>xgboost4j-example_2.12</artifactId>
13-
<version>3.0.1</version>
13+
<version>3.0.2</version>
1414
<packaging>jar</packaging>
1515
<build>
1616
<plugins>

jvm-packages/xgboost4j-flink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.0.1</version>
9+
<version>3.0.2</version>
1010
</parent>
1111

1212
<name>xgboost4j-flink</name>
1313
<artifactId>xgboost4j-flink_2.12</artifactId>
14-
<version>3.0.1</version>
14+
<version>3.0.2</version>
1515
<properties>
1616
<flink-ml.version>2.2.0</flink-ml.version>
1717
</properties>

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

Lines changed: 1 addition & 1 deletion
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>3.0.1</version>
9+
<version>3.0.2</version>
1010
</parent>
1111
<name>xgboost4j-spark-gpu</name>
1212
<artifactId>xgboost4j-spark-gpu_2.12</artifactId>

jvm-packages/xgboost4j-spark/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.0.1</version>
9+
<version>3.0.2</version>
1010
</parent>
1111
<name>xgboost4j-spark</name>
1212
<artifactId>xgboost4j-spark_2.12</artifactId>

jvm-packages/xgboost4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.0.1</version>
9+
<version>3.0.2</version>
1010
</parent>
1111
<name>xgboost4j</name>
1212
<artifactId>xgboost4j_2.12</artifactId>
13-
<version>3.0.1</version>
13+
<version>3.0.2</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>

python-package/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
{ name = "Hyunsu Cho", email = "chohyu01@cs.washington.edu" },
1616
{ name = "Jiaming Yuan", email = "jm.yuan@outlook.com" }
1717
]
18-
version = "3.0.1"
18+
version = "3.0.2"
1919
requires-python = ">=3.10"
2020
license = { text = "Apache-2.0" }
2121
classifiers = [

python-package/pyproject.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
{ name = "Hyunsu Cho", email = "chohyu01@cs.washington.edu" },
1515
{ name = "Jiaming Yuan", email = "jm.yuan@outlook.com" }
1616
]
17-
version = "3.0.1"
17+
version = "3.0.2"
1818
requires-python = ">=3.10"
1919
license = { text = "Apache-2.0" }
2020
classifiers = [

python-package/xgboost/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.0.2

0 commit comments

Comments
 (0)