Skip to content

Commit ba80df7

Browse files
committed
Updated verion number from 1.0 to 1.0b1 in makefiles.
1 parent 175120a commit ba80df7

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
@@ -17,7 +17,7 @@ DOXYGEN_PATH=doxygen
1717

1818
# Compiler and options
1919
CC = gcc
20-
OPT = -Wall -O3 -g -DFLAGLET_VERSION=\"1.0\" -DFLAGLET_BUILD=\"`svnversion -n .`\"
20+
OPT = -Wall -O3 -g -DFLAGLET_VERSION=\"1.0b1\" -DFLAGLET_BUILD=\"`svnversion -n .`\"
2121
UNAME := $(shell uname)
2222

2323
# ======================================== #

0 commit comments

Comments
 (0)