Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dseguin committed Jul 24, 2017
1 parent 4b443fa commit fb02bf3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2017-07-24 - Version 1.4.2 ***

* (sort of) Implemented support for OSX and FreeBSD
* Added "pause" feature
* Fixed windowed mode not respecting user set resolution

2017-07-22 - Version 1.4.1 ***

* Now tracking each player's score individually
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1.4.1-{build}'
version: '1.4.2-{build}'

image: Visual Studio 2015

Expand Down
2 changes: 1 addition & 1 deletion src/asteroids.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

#define ASTEROIDS_VER_MAJOR 1
#define ASTEROIDS_VER_MINOR 4
#define ASTEROIDS_VER_PATCH 1
#define ASTEROIDS_VER_PATCH 2

#ifndef M_PI
#ifdef M_PIl
Expand Down

0 comments on commit fb02bf3

Please sign in to comment.