Skip to content

Commit 018c5f3

Browse files
authored
Bump version to 3.0.1. (dmlc#11445)
1 parent 4486040 commit 018c5f3

File tree

14 files changed

+30
-30
lines changed

14 files changed

+30
-30
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.0)
7+
project(xgboost LANGUAGES CXX C VERSION 3.0.1)
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.0.1
5-
Date: 2025-03-14
4+
Version: 3.0.1.1
5+
Date: 2025-05-07
66
Authors@R: c(
77
person("Tianqi", "Chen", role = c("aut"),
88
email = "[email protected]"),

R-package/configure

Lines changed: 13 additions & 13 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.0.
3+
# Generated by GNU Autoconf 2.71 for xgboost 3.0.1.
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.0'
611-
PACKAGE_STRING='xgboost 3.0.0'
610+
PACKAGE_VERSION='3.0.1'
611+
PACKAGE_STRING='xgboost 3.0.1'
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.0 to adapt to many kinds of systems.
1265+
\`configure' configures xgboost 3.0.1 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.0:";;
1327+
short | recursive ) echo "Configuration of xgboost 3.0.1:";;
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.0
1410+
xgboost configure 3.0.1
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.0, which was
1671+
It was created by xgboost $as_me 3.0.1, which was
16721672
generated by GNU Autoconf 2.71. Invocation command line was
16731673
16741674
$ $0$ac_configure_args_raw
@@ -2796,11 +2796,11 @@ if test x$ac_prog_cxx_stdcxx = xno
27962796
then :
27972797
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
27982798
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
2799-
if test ${ac_cv_prog_cxx_11+y}
2799+
if test ${ac_cv_prog_cxx_cxx11+y}
28002800
then :
28012801
printf %s "(cached) " >&6
28022802
else $as_nop
2803-
ac_cv_prog_cxx_11=no
2803+
ac_cv_prog_cxx_cxx11=no
28042804
ac_save_CXX=$CXX
28052805
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28062806
/* end confdefs.h. */
@@ -2842,11 +2842,11 @@ if test x$ac_prog_cxx_stdcxx = xno
28422842
then :
28432843
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
28442844
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
2845-
if test ${ac_cv_prog_cxx_98+y}
2845+
if test ${ac_cv_prog_cxx_cxx98+y}
28462846
then :
28472847
printf %s "(cached) " >&6
28482848
else $as_nop
2849-
ac_cv_prog_cxx_98=no
2849+
ac_cv_prog_cxx_cxx98=no
28502850
ac_save_CXX=$CXX
28512851
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28522852
/* end confdefs.h. */
@@ -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.0, which was
3858+
This file was extended by xgboost $as_me 3.0.1, 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.0
3922+
xgboost config.status 3.0.1
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.0],[],[xgboost],[])
5+
AC_INIT([xgboost],[3.0.1],[],[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 0 /* NOLINT */
9+
#define XGBOOST_VER_PATCH 1 /* 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.0</version>
9+
<version>3.0.1</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.0</version>
9+
<version>3.0.1</version>
1010
</parent>
1111
<name>xgboost4j-example</name>
1212
<artifactId>xgboost4j-example_2.12</artifactId>
13-
<version>3.0.0</version>
13+
<version>3.0.1</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.0</version>
9+
<version>3.0.1</version>
1010
</parent>
1111

1212
<name>xgboost4j-flink</name>
1313
<artifactId>xgboost4j-flink_2.12</artifactId>
14-
<version>3.0.0</version>
14+
<version>3.0.1</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.0</version>
9+
<version>3.0.1</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.0</version>
9+
<version>3.0.1</version>
1010
</parent>
1111
<name>xgboost4j-spark</name>
1212
<artifactId>xgboost4j-spark_2.12</artifactId>

0 commit comments

Comments
 (0)