From 81157d91dd2b5ebab70bdff7c2d2302fa3e587ea Mon Sep 17 00:00:00 2001 From: Ilya Sytchev Date: Wed, 21 Oct 2020 11:19:03 -0400 Subject: [PATCH] Update cluster_identifier version to 1.0.1 --- cluster_identifier/src/Makefile | 3 +-- cluster_identifier/src/cluster_identifier.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cluster_identifier/src/Makefile b/cluster_identifier/src/Makefile index 6c2550a..9c18d7d 100644 --- a/cluster_identifier/src/Makefile +++ b/cluster_identifier/src/Makefile @@ -1,10 +1,9 @@ ## Compilation options/libs -CC = gcc +CC = gcc CFLAGS = -Wall -O2 LIBS = -lz -lpthread -llzma -lbz2 -lcurl -lcrypto -lhts ## source and exe names -VERSION = 0.1.0 SRC = cluster_identifier.c BASEMAIN = cluster_identifier BUILD_DIR = build diff --git a/cluster_identifier/src/cluster_identifier.c b/cluster_identifier/src/cluster_identifier.c index c8df77e..73a765d 100644 --- a/cluster_identifier/src/cluster_identifier.c +++ b/cluster_identifier/src/cluster_identifier.c @@ -15,7 +15,7 @@ */ #define AUTHOR "Kevin Galens" -#define VERSION "0.1.1" +#define VERSION "1.0.1" #define PROG "cluster_identifier" // Holds the settings for this run