Bump version to 2.0.0

This commit is contained in:
Bob Polis 2024-11-29 14:13:22 +01:00
parent c3a73c3185
commit 0ee98e401a

View File

@ -3,8 +3,8 @@ LDLIBS := -lSDL2_image
LDLIBS += $(shell pkg-config sdl2 --libs)
CXXFLAGS += $(shell pkg-config sdl2 --cflags)
MAJOR := 1
MINOR := 1
MAJOR := 2
MINOR := 0
PATCH := 0
GENERATELIBHEADER := 1