Skip to content

Commit

Permalink
Version 1.1.0, Release Candidate 0
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmiller committed Aug 14, 2019
1 parent bd050b4 commit 2a82f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ New in 1.1:

* New function: readstat_set_row_offset (#185). Thanks to @mikmart
* Fix segfault when localtime fails on Windows
* Fix implicit float conversion warning (oss-fuzz/16372)
* New error code: READSTAT_ERROR_BAD_TIMESTAMP_VALUE
* Renamed error code: READSTAT_ERROR_BAD_TIMESTAMP => READSTAT_ERROR_BAD_TIMESTAMP_STRING

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Update this with each release
AC_INIT([ReadStat], [1.1-beta], [[email protected]], [readstat], [https://github.com/WizardMac/ReadStat])
AC_INIT([ReadStat], [1.1.0-rc0], [[email protected]], [readstat], [https://github.com/WizardMac/ReadStat])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_SILENT_RULES([yes])

Expand Down

0 comments on commit 2a82f4c

Please sign in to comment.