Skip to content

Commit

Permalink
Release 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed Nov 13, 2020
1 parent 830f4ee commit e4b9e49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ installation location, or run the following:
## Changes
### News for LolRemez 0.7:
- Fix a problem making hyperbolic functions unavailable.
- A Windows build is provided with the release.
### News for LolRemez 0.6:
- Fix a grave problem with extrema finding when using a weight function;
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl
dnl Configure script for a Lol Engine project
dnl

AC_INIT(lolremez, 0.6)
AC_INIT(lolremez, 0.7)

dnl
dnl Standard autoconf setup and tools requirements
Expand Down
2 changes: 1 addition & 1 deletion src/lolremez.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>PACKAGE_VERSION="0.6";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>PACKAGE_VERSION="0.7";%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<PropertyGroup Label="Globals">
Expand Down

0 comments on commit e4b9e49

Please sign in to comment.