Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Aug 10, 2019
1 parent 6b28848 commit 79c824b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 0.3.0
* aoc-language-ini now requires the [aoc-mmmod][] mod loader. Please see the readme for updated install instructions.

[aoc-mmmod]: https://github.com/SiegeEngineers/aoc-mmmod

## 0.2.1
* Unescape \r in ini strings, thanks Bigbossbro09 for the bug report.

Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <stdio.h>
#include <windows.h>

#define AOC_LANGUAGE_INI_VERSION "0.2.1"
#define AOC_LANGUAGE_INI_VERSION "0.3.0"

static char file_exists(char* filename) {
WIN32_FIND_DATA file_data;
Expand Down

0 comments on commit 79c824b

Please sign in to comment.