Skip to content

Commit 2174066

Browse files
committed
Version 1.0
The command line should remain stable, so let's not use sub-1.0 numbers anymore.
1 parent ef8d7af commit 2174066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2015 Mike Swanson <mikeonthecomputer@gmail.com>
1+
Copyright (c) 2014-2016 Mike Swanson <mikeonthecomputer@gmail.com>
22

33
Permission to use, copy, modify, and distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

reflac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33
IFS=$'\n\t'
44

5-
VERSION=0.2
5+
VERSION=1.0
66

77
VERBOSE=0
88
RECURSIVE=0

0 commit comments

Comments
 (0)