Skip to content

Commit f0b3149

Browse files
committed
Version 1.1.8
1 parent e3e6e11 commit f0b3149

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
New in 1.1.8:
22

33
* XPT reader/writer: Improved support for format strings #257 #258
4+
* DTA writer: Fix off-by-one error in v,o indexing for string refs #270
45
* SAV/DTA writers: Improved checking of non-ASCII characters #256
6+
* SAS7BDAT reader: Fix use-after-free error #273
57
* Build: Link to libm on GNU systems #255
68
* SAS commands: Support more syntax
79
* SPSS commands: Make file names optional

VS17/PropertySheet.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup />
66
<ItemDefinitionGroup>
77
<ClCompile>
8-
<PreprocessorDefinitions>READSTAT_VERSION="1.1.8-rc0";_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
8+
<PreprocessorDefinitions>READSTAT_VERSION="1.1.8";_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99
</ClCompile>
1010
</ItemDefinitionGroup>
1111
<ItemGroup />

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Update this with each release. Be sure to change VS17/PropertySheet.props too
2-
AC_INIT([ReadStat],[1.1.8-rc0],[https://github.com/WizardMac/ReadStat/issues],[readstat],[https://github.com/WizardMac/ReadStat])
2+
AC_INIT([ReadStat],[1.1.8],[https://github.com/WizardMac/ReadStat/issues],[readstat],[https://github.com/WizardMac/ReadStat])
33
AM_INIT_AUTOMAKE([foreign subdir-objects])
44
AM_SILENT_RULES([yes])
55

0 commit comments

Comments
 (0)