Skip to content

Commit

Permalink
bump version to v1.0.1 (minor fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skywalker13 committed Jun 26, 2010
1 parent 2b3d8c0 commit 37b6688
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2010-06-26 Mathieu Schroeter <mathieu.schroeter@gamesover.ch>

* Release (v1.0.1).
* Minor fixes in the build scripts and Makefiles.

2010-05-26 Mathieu Schroeter <mathieu.schroeter@gamesover.ch>

* Initial project release (v1.0.0).
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#define DAISYDUCK_VERSION_MAJOR 1
#define DAISYDUCK_VERSION_MINOR 0
#define DAISYDUCK_VERSION_MICRO 0
#define DAISYDUCK_VERSION_MICRO 1

#define DAISYDUCK_VERSION_INT DAISY_VERSION_INT(DAISYDUCK_VERSION_MAJOR, \
DAISYDUCK_VERSION_MINOR, \
Expand Down

0 comments on commit 37b6688

Please sign in to comment.