Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabaut committed Aug 30, 2024
1 parent fa4e91f commit 7d3f499
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Define the package name and version
AC_INIT([sprites4curses], [0.4.8-dev], [[email protected]])
AC_INIT([sprites4curses], [0.4.8], [[email protected]])

# Verify automake version and enable foreign option
AM_INIT_AUTOMAKE([foreign -Wall])
Expand Down Expand Up @@ -107,7 +107,7 @@ AM_CONDITIONAL([LINUX_BUILD], [test "$build_linux" = "yes"])
# Set a default version number if not specified externally
AC_ARG_VAR([VERSION], [Version number])
if test -z "$VERSION"; then
VERSION="0.4.8-dev"
VERSION="0.4.8"
fi

# Output variables to the config.h header
Expand Down
2 changes: 1 addition & 1 deletion documentation/s4c.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "sprites4curses"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "0.4.8-dev"
PROJECT_NUMBER = "0.4.8"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion s4c-animate/animate.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#endif // S4C_RAYLIB_EXTENSION


#define S4C_ANIMATE_VERSION "0.4.8-dev"
#define S4C_ANIMATE_VERSION "0.4.8"
#define S4C_ANIMATE_MAJOR_VERSION 0
#define S4C_ANIMATE_MINOR_VERSION 4
#define S4C_ANIMATE_PATCH_VERSION 8
Expand Down
4 changes: 2 additions & 2 deletions src/s4c.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <stdlib.h>
#include <stdbool.h>

#define S4C_VERSION "0.4.8-dev"
#define S4C_VERSION "0.4.8"
#define S4C_MAJOR_VERSION 0
#define S4C_MINOR_VERSION 4
#define S4C_PATCH_VERSION 8
Expand Down Expand Up @@ -71,7 +71,7 @@ void s4c_dbg_features(void);
#endif // S4C_RAYLIB_EXTENSION


#define S4C_ANIMATE_VERSION "0.4.8-dev"
#define S4C_ANIMATE_VERSION "0.4.8"
#define S4C_ANIMATE_MAJOR_VERSION 0
#define S4C_ANIMATE_MINOR_VERSION 4
#define S4C_ANIMATE_PATCH_VERSION 8
Expand Down

0 comments on commit 7d3f499

Please sign in to comment.