File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if(NOT DEFINED CMAKE_C_STANDARD)
22
22
set (CMAKE_C_STANDARD 99 )
23
23
endif ()
24
24
25
- set (NANOARROW_VERSION "0.4.0-SNAPSHOT " )
25
+ set (NANOARROW_VERSION "0.4.0" )
26
26
string (REGEX MATCH "^[0-9]+\\ .[0-9]+\\ .[0-9]+" NANOARROW_BASE_VERSION
27
27
"${NANOARROW_VERSION} " )
28
28
project (nanoarrow VERSION "${NANOARROW_BASE_VERSION} " )
Original file line number Diff line number Diff line change 18
18
# This file is part of 'miniver': https://github.com/jbweston/miniver
19
19
20
20
# Replaced by version-bumping scripts at release time
21
- version = "0.4.0.dev0 "
21
+ version = "0.4.0"
22
22
23
23
# These values are only set if the distribution was created with 'git archive'
24
24
refnames = "$Format:%D$"
Original file line number Diff line number Diff line change 1
1
Package: nanoarrow
2
2
Title: Interface to the 'nanoarrow' 'C' Library
3
- Version: 0.3.0.9000
3
+ Version: 0.4.0
4
4
Authors@R: c(
5
5
person(given = "Dewey",
6
6
family = "Dunnington",
You can’t perform that action at this time.
0 commit comments