Skip to content

Commit

Permalink
CCEAP v.0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swendzel committed Mar 30, 2017
1 parent d1679f4 commit 8af0d84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
CHANGELOG for the CCEAP tool

current : latest commit on 2017-03-30
* (nothing so far; current==0.5.2)

v. 0.5.2 : 2017-03-30
* added code to compile CCEAP under MacOS (not officially supported)
* performed additional small improvements within the documentation
* fix header dependency in Makefile for C object files

v. 0.5.1 : 2017-02-03
* performed additional improvements within documentation and Makefile
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BUILDFLAGS=-O
SERVERBUILDFLAGS=-lm
.SUFFIXES : .c .o

.c.o : $(HEADERS)
%.o : %.c $(HEADERS)
$(CC) $(CFLAGS) $<

all : $(OBJECTS)
Expand Down
2 changes: 1 addition & 1 deletion main.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include <math.h>
#include <time.h>

#define CCEAP_VER "0.5.1"
#define CCEAP_VER "0.5.2"
#define CCEAP_AUTHOR "Steffen Wendzel, www.wendzel.de"
#define ERR_EXIT 2
#define OK_EXIT 0
Expand Down

0 comments on commit 8af0d84

Please sign in to comment.