Skip to content

Commit 7624ce1

Browse files
committed
MINOR: [Release] Update versions for 19.0.1
1 parent 72fe8a2 commit 7624ce1

File tree

23 files changed

+25
-25
lines changed

23 files changed

+25
-25
lines changed

c_glib/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ project('arrow-glib', 'c', 'cpp',
3535
# * 22.04: 0.61.2
3636
meson_version: '>=0.53.2')
3737

38-
version = '19.0.0'
38+
version = '19.0.1'
3939
if version.endswith('-SNAPSHOT')
4040
version_numbers = version.split('-')[0].split('.')
4141
version_tag = version.split('-')[1]

c_glib/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arrow-glib",
3-
"version-string": "19.0.0",
3+
"version-string": "19.0.1",
44
"dependencies": [
55
"glib",
66
"gobject-introspection",

ci/scripts/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
_realname=arrow
1919
pkgbase=mingw-w64-${_realname}
2020
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
21-
pkgver=19.0.0
21+
pkgver=19.0.1
2222
pkgrel=8000
2323
pkgdesc="Apache Arrow is a cross-language development platform for in-memory data (mingw-w64)"
2424
arch=("any")

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if(POLICY CMP0170)
7979
cmake_policy(SET CMP0170 NEW)
8080
endif()
8181

82-
set(ARROW_VERSION "19.0.0")
82+
set(ARROW_VERSION "19.0.1")
8383

8484
string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" ARROW_BASE_VERSION "${ARROW_VERSION}")
8585

cpp/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arrow",
3-
"version-string": "19.0.0",
3+
"version-string": "19.0.1",
44
"dependencies": [
55
"abseil",
66
{

csharp/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<Product>Apache Arrow library</Product>
3030
<Copyright>Copyright 2016-2024 The Apache Software Foundation</Copyright>
3131
<Company>The Apache Software Foundation</Company>
32-
<Version>19.0.0</Version>
32+
<Version>19.0.1</Version>
3333
</PropertyGroup>
3434

3535
<PropertyGroup>

dev/tasks/homebrew-formulae/apache-arrow-glib.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class ApacheArrowGlib < Formula
3030
desc "GLib bindings for Apache Arrow"
3131
homepage "https://arrow.apache.org/"
32-
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-19.0.0/apache-arrow-19.0.0.tar.gz"
32+
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-19.0.1/apache-arrow-19.0.1.tar.gz"
3333
sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28"
3434
license "Apache-2.0"
3535
head "https://github.com/apache/arrow.git", branch: "main"

dev/tasks/homebrew-formulae/apache-arrow.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class ApacheArrow < Formula
3030
desc "Columnar in-memory analytics layer designed to accelerate big data"
3131
homepage "https://arrow.apache.org/"
32-
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-19.0.0/apache-arrow-19.0.0.tar.gz"
32+
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-19.0.1/apache-arrow-19.0.1.tar.gz"
3333
sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28"
3434
license "Apache-2.0"
3535
head "https://github.com/apache/arrow.git", branch: "main"

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@
120120
"engines": {
121121
"node": ">=12.0"
122122
},
123-
"version": "19.0.0"
123+
"version": "19.0.1"
124124
}

matlab/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ endfunction()
100100

101101
set(CMAKE_CXX_STANDARD 17)
102102

103-
set(MLARROW_VERSION "19.0.0")
103+
set(MLARROW_VERSION "19.0.1")
104104
string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" MLARROW_BASE_VERSION "${MLARROW_VERSION}")
105105

106106
project(mlarrow VERSION "${MLARROW_BASE_VERSION}")

0 commit comments

Comments
 (0)