From: Justin Wind Date: Tue, 26 Feb 2013 22:25:14 +0000 (-0800) Subject: Bumped version to 1.3 X-Git-Url: http://git.squeep.com/?p=reservoir_sample;a=commitdiff_plain;h=9dedd68e65cf683ccd4458c609cedf2fb2958f49 Bumped version to 1.3 --- 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