Skip to content

Commit

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

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

## 0.1.2
* Remove stray `printf`s.
* Add `info->api` structure with some useful methods for mods.
* Remove runtime dependency on `libgcc` DLL.
* Make mmmod only run on UserPatch 1.5.

## 0.1.1
* Fix parameter passed to `mmm_before_setup`, `mmm_after_setup`, `mmm_unload`.

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

#define MMMOD_VERSION "0.1.1"
#define MMMOD_VERSION "0.1.2"

#ifdef NDEBUG
#define dbg_print(...)
Expand Down

0 comments on commit 4d6e807

Please sign in to comment.