From efd541bb6d272f953e049a85d411765eed1a2979 Mon Sep 17 00:00:00 2001 From: antirez Date: Sun, 10 Jul 2016 12:25:29 +0200 Subject: Be serious with version number. --- kilo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kilo.c b/kilo.c index 636bf07..9490a77 100644 --- a/kilo.c +++ b/kilo.c @@ -32,7 +32,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define KILO_VERSION "1.0.0" +#define KILO_VERSION "0.0.1" #define _BSD_SOURCE #define _GNU_SOURCE -- cgit v1.2.3