Skip to content

Commit 9d8ab13

Browse files
committed
bump version
1 parent 8b0d63b commit 9d8ab13

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: units
2-
Version: 0.8-7.4
2+
Version: 1.0-0
33
Title: Measurement Units for R Vectors
44
Authors@R: c(person("Edzer", "Pebesma", role = c("aut", "cre"), email = "edzer.pebesma@uni-muenster.de", comment = c(ORCID = "0000-0001-8049-7069")),
55
person("Thomas", "Mailund", role = "aut", email = "mailund@birc.au.dk"),
@@ -9,7 +9,7 @@ Authors@R: c(person("Edzer", "Pebesma", role = c("aut", "cre"), email = "edzer.p
99
person("Thomas Lin", "Pedersen", role = "ctb")
1010
)
1111
Depends:
12-
R (>= 3.0.2)
12+
R (>= 3.5.0)
1313
Imports:
1414
Rcpp
1515
LinkingTo:

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.72 for units 0.8-7.
3+
# Generated by GNU Autoconf 2.72 for units 1.0-0.
44
#
55
# Report bugs to <edzer.pebesma@uni-muenster.de>.
66
#
@@ -603,8 +603,8 @@ MAKEFLAGS=
603603
# Identity of this package.
604604
PACKAGE_NAME='units'
605605
PACKAGE_TARNAME='units'
606-
PACKAGE_VERSION='0.8-7'
607-
PACKAGE_STRING='units 0.8-7'
606+
PACKAGE_VERSION='1.0-0'
607+
PACKAGE_STRING='units 1.0-0'
608608
PACKAGE_BUGREPORT='edzer.pebesma@uni-muenster.de'
609609
PACKAGE_URL=''
610610

@@ -1260,7 +1260,7 @@ if test "$ac_init_help" = "long"; then
12601260
# Omit some internal or obsolete options to make the list less imposing.
12611261
# This message is too long to be a string in the A/UX 3.1 sh.
12621262
cat <<_ACEOF
1263-
'configure' configures units 0.8-7 to adapt to many kinds of systems.
1263+
'configure' configures units 1.0-0 to adapt to many kinds of systems.
12641264
12651265
Usage: $0 [OPTION]... [VAR=VALUE]...
12661266
@@ -1322,7 +1322,7 @@ fi
13221322

13231323
if test -n "$ac_init_help"; then
13241324
case $ac_init_help in
1325-
short | recursive ) echo "Configuration of units 0.8-7:";;
1325+
short | recursive ) echo "Configuration of units 1.0-0:";;
13261326
esac
13271327
cat <<\_ACEOF
13281328
@@ -1411,7 +1411,7 @@ fi
14111411
test -n "$ac_init_help" && exit $ac_status
14121412
if $ac_init_version; then
14131413
cat <<\_ACEOF
1414-
units configure 0.8-7
1414+
units configure 1.0-0
14151415
generated by GNU Autoconf 2.72
14161416
14171417
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1670,7 +1670,7 @@ cat >config.log <<_ACEOF
16701670
This file contains any messages produced by compilers while
16711671
running configure, to aid debugging if configure makes a mistake.
16721672
1673-
It was created by units $as_me 0.8-7, which was
1673+
It was created by units $as_me 1.0-0, which was
16741674
generated by GNU Autoconf 2.72. Invocation command line was
16751675
16761676
$ $0$ac_configure_args_raw
@@ -4918,7 +4918,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
49184918
# report actual input values of CONFIG_FILES etc. instead of their
49194919
# values after options handling.
49204920
ac_log="
4921-
This file was extended by units $as_me 0.8-7, which was
4921+
This file was extended by units $as_me 1.0-0, which was
49224922
generated by GNU Autoconf 2.72. Invocation command line was
49234923
49244924
CONFIG_FILES = $CONFIG_FILES
@@ -4973,7 +4973,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
49734973
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
49744974
ac_cs_config='$ac_cs_config_escaped'
49754975
ac_cs_version="\\
4976-
units config.status 0.8-7
4976+
units config.status 1.0-0
49774977
configured by $0, generated by GNU Autoconf 2.72,
49784978
with options \\"\$ac_cs_config\\"
49794979

0 commit comments

Comments
 (0)