Skip to content

Commit 235b277

Browse files
committed
Version 1.1.3, Release Candidate 0
1 parent 3a53c08 commit 235b277

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
New in 1.1.3:
2+
3+
* Fix warnings when compiling with GCC 10 #202
4+
* SAS RLE compressor: Fixes for large files #201
5+
* SAV reader: Return a better error message if the magic number doesn't match
6+
* SAV reader: Support for dash-separated timestamps
7+
18
New in 1.1.2:
29

310
* DTA reader: support for Spanish-locale timestamps

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Update this with each release
2-
AC_INIT([ReadStat], [1.1.2], [emmiller@gmail.com], [readstat], [https://github.com/WizardMac/ReadStat])
2+
AC_INIT([ReadStat], [1.1.3-rc0], [emmiller@gmail.com], [readstat], [https://github.com/WizardMac/ReadStat])
33
AM_INIT_AUTOMAKE([foreign subdir-objects])
44
AM_SILENT_RULES([yes])
55

66
# Don't forget to update these too
77
READSTAT_MAJOR_VERSION=1
88
READSTAT_MINOR_VERSION=1
9-
READSTAT_MICRO_VERSION=2
9+
READSTAT_MICRO_VERSION=3
1010

1111
# libtool stuff, see https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
1212
READSTAT_VERSION=$READSTAT_MAJOR_VERSION.$READSTAT_MINOR_VERSION.$READSTAT_MICRO_VERSION

0 commit comments

Comments
 (0)