Skip to content

Commit

Permalink
Update cluster_identifier version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Oct 21, 2020
1 parent 961e593 commit 81157d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cluster_identifier/src/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cluster_identifier/src/cluster_identifier.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81157d9

Please sign in to comment.