diff --git a/config.h b/config.h index 3ea6f89..b967d62 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ // Configuration file for Bluelog -#define VERSION "1.1.2-dev" +#define VERSION "1.1.2" #define APPNAME "Bluelog" // Generic diff --git a/livelog.c b/livelog.c index e795293..02a4db6 100644 --- a/livelog.c +++ b/livelog.c @@ -15,7 +15,7 @@ // Defines #define APPNAME "livelog.cgi" -#define VERSION "1.0" +#define VERSION "1.1" #define MAXNUM 4096 #define MAXLINE 500 #define INFO "/tmp/info.txt"