We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175120a commit ba80df7Copy full SHA for ba80df7
makefile
@@ -17,7 +17,7 @@ DOXYGEN_PATH=doxygen
17
18
# Compiler and options
19
CC = gcc
20
-OPT = -Wall -O3 -g -DFLAGLET_VERSION=\"1.0\" -DFLAGLET_BUILD=\"`svnversion -n .`\"
+OPT = -Wall -O3 -g -DFLAGLET_VERSION=\"1.0b1\" -DFLAGLET_BUILD=\"`svnversion -n .`\"
21
UNAME := $(shell uname)
22
23
# ======================================== #
0 commit comments