Skip to content

Commit de195b3

Browse files
authored
bump development version to 4.3.0.99 (#6287)
1 parent 252828f commit de195b3

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.3.0.{build}
1+
version: 4.3.0.99.{build}
22

33
image: Visual Studio 2015
44
platform: x64

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 lightgbm 4.3.0.
3+
# Generated by GNU Autoconf 2.71 for lightgbm 4.3.0.99.
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='lightgbm'
609609
PACKAGE_TARNAME='lightgbm'
610-
PACKAGE_VERSION='4.3.0'
611-
PACKAGE_STRING='lightgbm 4.3.0'
610+
PACKAGE_VERSION='4.3.0.99'
611+
PACKAGE_STRING='lightgbm 4.3.0.99'
612612
PACKAGE_BUGREPORT=''
613613
PACKAGE_URL=''
614614

@@ -1211,7 +1211,7 @@ if test "$ac_init_help" = "long"; then
12111211
# Omit some internal or obsolete options to make the list less imposing.
12121212
# This message is too long to be a string in the A/UX 3.1 sh.
12131213
cat <<_ACEOF
1214-
\`configure' configures lightgbm 4.3.0 to adapt to many kinds of systems.
1214+
\`configure' configures lightgbm 4.3.0.99 to adapt to many kinds of systems.
12151215
12161216
Usage: $0 [OPTION]... [VAR=VALUE]...
12171217
@@ -1273,7 +1273,7 @@ fi
12731273

12741274
if test -n "$ac_init_help"; then
12751275
case $ac_init_help in
1276-
short | recursive ) echo "Configuration of lightgbm 4.3.0:";;
1276+
short | recursive ) echo "Configuration of lightgbm 4.3.0.99:";;
12771277
esac
12781278
cat <<\_ACEOF
12791279
@@ -1341,7 +1341,7 @@ fi
13411341
test -n "$ac_init_help" && exit $ac_status
13421342
if $ac_init_version; then
13431343
cat <<\_ACEOF
1344-
lightgbm configure 4.3.0
1344+
lightgbm configure 4.3.0.99
13451345
generated by GNU Autoconf 2.71
13461346
13471347
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1378,7 +1378,7 @@ cat >config.log <<_ACEOF
13781378
This file contains any messages produced by compilers while
13791379
running configure, to aid debugging if configure makes a mistake.
13801380
1381-
It was created by lightgbm $as_me 4.3.0, which was
1381+
It was created by lightgbm $as_me 4.3.0.99, which was
13821382
generated by GNU Autoconf 2.71. Invocation command line was
13831383
13841384
$ $0$ac_configure_args_raw
@@ -2454,7 +2454,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
24542454
# report actual input values of CONFIG_FILES etc. instead of their
24552455
# values after options handling.
24562456
ac_log="
2457-
This file was extended by lightgbm $as_me 4.3.0, which was
2457+
This file was extended by lightgbm $as_me 4.3.0.99, which was
24582458
generated by GNU Autoconf 2.71. Invocation command line was
24592459
24602460
CONFIG_FILES = $CONFIG_FILES
@@ -2509,7 +2509,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
25092509
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25102510
ac_cs_config='$ac_cs_config_escaped'
25112511
ac_cs_version="\\
2512-
lightgbm config.status 4.3.0
2512+
lightgbm config.status 4.3.0.99
25132513
configured by $0, generated by GNU Autoconf 2.71,
25142514
with options \\"\$ac_cs_config\\"
25152515

R-package/pkgdown/_pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repo:
1414
user: https://github.com/
1515

1616
development:
17-
mode: release
17+
mode: unreleased
1818

1919
authors:
2020
Yu Shi:

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.0
1+
4.3.0.99

python-package/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ maintainers = [
3030
name = "lightgbm"
3131
readme = "README.rst"
3232
requires-python = ">=3.6"
33-
version = "4.3.0"
33+
version = "4.3.0.99"
3434

3535
[project.optional-dependencies]
3636
arrow = [

0 commit comments

Comments
 (0)