Skip to content

Commit

Permalink
release v0.8.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
savaughn committed Nov 19, 2023
1 parent cfa9781 commit 6450cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PLATFORM ?= PLATFORM_DESKTOP
PROJECT_NAME ?= pokeromtrader
PROJECT_VERSION := 0.8.0
# prerelease or release
PROJECT_VERSION_TYPE ?= prerelease
PROJECT_VERSION_TYPE ?= release
PROJECT_BUILD_PATH ?= .

RAYLIB_PATH ?= deps/raylib
Expand All @@ -48,7 +48,7 @@ RAYLIB_LIB_PATH ?= /usr/local/lib
RAYLIB_LIBTYPE ?= STATIC

# Build mode for project: DEBUG or RELEASE
BUILD_MODE ?= DEBUG
BUILD_MODE ?= RELEASE

# Use Wayland display server protocol on Linux desktop (by default it uses X11 windowing system)
# NOTE: This variable is only used for PLATFORM_OS: LINUX
Expand Down

0 comments on commit 6450cf8

Please sign in to comment.