Bumped version number

This commit is contained in:
Layla Marchant 2020-12-26 17:09:18 -05:00
parent b3252b3ea7
commit bb5f1eae92
No known key found for this signature in database
GPG Key ID: 52FB5C20A8336782
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# information. This file is offered as-is, without any warranty.
AC_PREREQ([2.69])
AC_INIT([Project: Starfighter], [2.4-alpha], [diligentcircle@riseup.net], [starfighter])
AC_INIT([Project: Starfighter], [2.4], [diligentcircle@riseup.net], [starfighter])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
AC_CONFIG_SRCDIR([src/Starfighter.c])
AC_CONFIG_HEADERS([config.h])