Skip to content

Commit d516372

Browse files
committed
Version 1.1.7, Release Candidate 0
1 parent f6766cd commit d516372

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.6";_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
8+
<PreprocessorDefinitions>READSTAT_VERSION="1.1.7";_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99
</ClCompile>
1010
</ItemDefinitionGroup>
1111
<ItemGroup />

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. Be sure to change VS17/PropertySheet.props too
2-
AC_INIT([ReadStat], [1.1.6], [https://github.com/WizardMac/ReadStat/issues], [readstat], [https://github.com/WizardMac/ReadStat])
2+
AC_INIT([ReadStat], [1.1.7-rc0], [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

66
# Don't forget to update these too
77
READSTAT_MAJOR_VERSION=1
88
READSTAT_MINOR_VERSION=1
9-
READSTAT_MICRO_VERSION=6
9+
READSTAT_MICRO_VERSION=7
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)