Skip to content

Commit 1d1176a

Browse files
committed
0.1.0
1 parent 69b8f01 commit 1d1176a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WININCLUDES = -I include -I libs/SDL2/include -I C:/C++
55
WINCFLAGS = -L libs/SDL2/lib -lSDL2main -lSDL2 -lSDL2_image -L libs/jsoncpp/build-shared -ljsoncpp
66
DEBUGFLAGS = -c src/*.cpp -std=c++14 -m64 -g -I include
77
RELEASEFLAGS = -c src/*.cpp -std=c++14 -m64 -O3 -I include
8-
VERSION = 0.0.1
8+
VERSION = 0.1.0
99
NAME = risc-sim
1010

1111
default:

0 commit comments

Comments
 (0)