Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
moggers87 committed May 11, 2023
1 parent 865a621 commit c6a081b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* 2023-05-11 moggers87 0.2.8

- Make OpenAL a hard requirement
- Migrate from freealut to alure
- Fix clamping issue with newer versions of SDL2
- A trio of code fixes from Dmitry Marakasov (thanks!)

* 2021-02-12 moggers87 0.2.7

- Ported to SDL2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ See AUTHORS
Status
------

The game is still under development. Apricots-0.2.7 is a beta release using the
The game is still under development. Apricots-0.2.8 is a beta release using the
SDL2 library. Despite this, it is highly playable. Please open a Github issue to
report bugs, feature requests, or comments.

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 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([apricots], [0.2.7], [moggers87+git@moggers87.co.uk])
AC_INIT([apricots], [0.2.8], [moggers87+git@moggers87.co.uk])
AC_CONFIG_SRCDIR([apricots/game.cpp])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit c6a081b

Please sign in to comment.