From e8a849f13d50066b155fb16d42066e92ee9f49a7 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 27 Feb 2022 22:41:43 +0100 Subject: [PATCH] Release version 0.1.0 --- README.adoc | 2 +- tty-copy.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index a793d13..117762f 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = tty-copy :proj-name: tty-copy -:version: 0.0.0 +:version: 0.1.0 :gh-name: jirutka/{proj-name} :releases-uri: https://github.com/{gh-name}/releases/download/v{version} diff --git a/tty-copy.c b/tty-copy.c index 49fbf77..534f32a 100644 --- a/tty-copy.c +++ b/tty-copy.c @@ -15,7 +15,7 @@ #define PROGNAME "tty-copy" #ifndef VERSION - #define VERSION "0.0.0" + #define VERSION "0.1.0" #endif #define ERR_GENERAL 1