Skip to content

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lartu committed Feb 28, 2019
1 parent 4806f70 commit 6a4d2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ all: $(OBJS)
rm ldpl.o

ldpl.o: ldpl.cpp
$(CC) $(FLAGS) ldpl.cpp -fpermissive -DVERSION='"1.0.0"' -DCOMPILEDATE='"$(shell date)"' -DSTANDARD=19
$(CC) $(FLAGS) ldpl.cpp -fpermissive -DVERSION='"1.1.0"' -DCOMPILEDATE='"$(shell date)"' -DSTANDARD=19

clean:
rm -f $(OBJS) $(OUT)

0 comments on commit 6a4d2f0

Please sign in to comment.