From 9dedd68e65cf683ccd4458c609cedf2fb2958f49 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Tue, 26 Feb 2013 14:25:14 -0800 Subject: [PATCH] Bumped version to 1.3 --- .gitignore | 1 + Makefile | 6 +++--- version.h | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2a37d97..1d19e6a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ reservoir_sample ._* .DS_Store .DS_Store? +test/*_test diff --git a/Makefile b/Makefile index b335a02..e1b5ff8 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ #!make -ifeq "$(origin CC)" "default" -CC = clang -endif +#ifeq "$(origin CC)" "default" +#CC = clang +#endif CFLAGS += -g -Wall -Wextra CFLAGS += -O3 diff --git a/version.h b/version.h index 73e992e..8b5244b 100644 --- a/version.h +++ b/version.h @@ -2,9 +2,9 @@ #define VERSION_H #define VERSION_MAJOR 1 -#define VERSION_MINOR 2 -#define VERSION_EXTRA_STR "1" -#define VERSION_STR "1.2-1" -#define VERSION_DATE "2013-02-22" +#define VERSION_MINOR 3 +#define VERSION_EXTRA_STR "" +#define VERSION_STR "1.3" +#define VERSION_DATE "2013-02-26" #endif -- 2.43.2