Skip to content

Commit 2e54d5f

Browse files
guolinkejameslambStrikerRUS
authored
v3.2.0 release (#3872)
* Update VERSION.txt * update appveyor.yml and configure * fix Appveyor builds Co-authored-by: James Lamb <jaylamb20@gmail.com> Co-authored-by: Nikita Titov <nekit94-08@mail.ru> Co-authored-by: StrikerRUS <nekit94-12@hotmail.com>
1 parent a9d9b11 commit 2e54d5f

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.1.1.99.{build}
1+
version: 3.2.0.{build}
22

33
image: Visual Studio 2015
44
platform: x64

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.69 for lightgbm 3.1.1.99.
3+
# Generated by GNU Autoconf 2.69 for lightgbm 3.2.0.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@ MAKEFLAGS=
576576
# Identity of this package.
577577
PACKAGE_NAME='lightgbm'
578578
PACKAGE_TARNAME='lightgbm'
579-
PACKAGE_VERSION='3.1.1.99'
580-
PACKAGE_STRING='lightgbm 3.1.1.99'
579+
PACKAGE_VERSION='3.2.0'
580+
PACKAGE_STRING='lightgbm 3.2.0'
581581
PACKAGE_BUGREPORT=''
582582
PACKAGE_URL=''
583583

@@ -1182,7 +1182,7 @@ if test "$ac_init_help" = "long"; then
11821182
# Omit some internal or obsolete options to make the list less imposing.
11831183
# This message is too long to be a string in the A/UX 3.1 sh.
11841184
cat <<_ACEOF
1185-
\`configure' configures lightgbm 3.1.1.99 to adapt to many kinds of systems.
1185+
\`configure' configures lightgbm 3.2.0 to adapt to many kinds of systems.
11861186
11871187
Usage: $0 [OPTION]... [VAR=VALUE]...
11881188
@@ -1244,7 +1244,7 @@ fi
12441244

12451245
if test -n "$ac_init_help"; then
12461246
case $ac_init_help in
1247-
short | recursive ) echo "Configuration of lightgbm 3.1.1.99:";;
1247+
short | recursive ) echo "Configuration of lightgbm 3.2.0:";;
12481248
esac
12491249
cat <<\_ACEOF
12501250
@@ -1311,7 +1311,7 @@ fi
13111311
test -n "$ac_init_help" && exit $ac_status
13121312
if $ac_init_version; then
13131313
cat <<\_ACEOF
1314-
lightgbm configure 3.1.1.99
1314+
lightgbm configure 3.2.0
13151315
generated by GNU Autoconf 2.69
13161316
13171317
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1328,7 +1328,7 @@ cat >config.log <<_ACEOF
13281328
This file contains any messages produced by compilers while
13291329
running configure, to aid debugging if configure makes a mistake.
13301330
1331-
It was created by lightgbm $as_me 3.1.1.99, which was
1331+
It was created by lightgbm $as_me 3.2.0, which was
13321332
generated by GNU Autoconf 2.69. Invocation command line was
13331333
13341334
$ $0 $@
@@ -2395,7 +2395,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23952395
# report actual input values of CONFIG_FILES etc. instead of their
23962396
# values after options handling.
23972397
ac_log="
2398-
This file was extended by lightgbm $as_me 3.1.1.99, which was
2398+
This file was extended by lightgbm $as_me 3.2.0, which was
23992399
generated by GNU Autoconf 2.69. Invocation command line was
24002400
24012401
CONFIG_FILES = $CONFIG_FILES
@@ -2448,7 +2448,7 @@ _ACEOF
24482448
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24492449
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
24502450
ac_cs_version="\\
2451-
lightgbm config.status 3.1.1.99
2451+
lightgbm config.status 3.2.0
24522452
configured by $0, generated by GNU Autoconf 2.69,
24532453
with options \\"\$ac_cs_config\\"
24542454

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.1.99
1+
3.2.0

0 commit comments

Comments
 (0)