Skip to content

Commit

Permalink
move VERSION to .c
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Mar 9, 2012
1 parent bacc602 commit 29b75ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doozer-c.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include "msg.pb-c.h"
#include "doozer-c.h"

#define VERSION 0.1

#ifdef DEBUG
#define _DEBUG(...) fprintf(stdout, __VA_ARGS__)
#else
Expand Down
1 change: 0 additions & 1 deletion doozer-c.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "msg.pb-c.h"

#define DOOZER_RECONNECT_DELAY 60
#define VERSION 0.1

enum DoozerReadState {
DOOZER_READ_MSG_SIZE,
Expand Down

0 comments on commit 29b75ef

Please sign in to comment.