Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
JHRobotics committed Jun 1, 2022
1 parent 70039df commit 6fbc877
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ ifdef VERSION_PATCH
GUEST_CFLAGS := $(GUEST_CFLAGS) -DPATCHER9X_PATCH=$(VERSION_PATCH)
endif

DEPS_HOST=Makefile system/bitstream.h
DEPS_GUEST=Makefile system/bitstream.h vmm_patch.h
DEPS_HOST=Makefile system/bitstream.h version.h
DEPS_GUEST=Makefile system/bitstream.h vmm_patch.h version.h

OBJS_GUEST=mspack/cabc.g.o mspack/cabd.g.o mspack/crc32.g.o mspack/hlpc.g.o mspack/hlpd.g.o mspack/chmc.g.o mspack/chmd.g.o mspack/kwajc.g.o mspack/kwajd.g.o mspack/litc.g.o \
mspack/litd.g.o mspack/lzssd.g.o mspack/lzxc.g.o mspack/lzxd.g.o mspack/mszipc.g.o mspack/mszipd.g.o mspack/oabc.g.o mspack/oabd.g.o mspack/qtmd.g.o mspack/system.g.o \
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#define PATCHER9X_STR(x) PATCHER9X_STR_(x)

#define PATCHER9X_MAJOR 0
#define PATCHER9X_MINOR 5
#define PATCHER9X_MINOR 6

#ifndef PATCHER9X_PATCH
#define PATCHER9X_PATCH 8
#define PATCHER9X_PATCH 12
#endif

#define PATCHER9X_TAG "BETA"
#define PATCHER9X_TAG "BETA2"

#define PATCHER9X_VERSION_STR_BUILD(_ma, _mi, _pa, _tag) \
_ma "." _mi "." _pa "-" _tag
Expand Down

0 comments on commit 6fbc877

Please sign in to comment.