summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2016-07-10 12:25:29 +0200
committerantirez <antirez@gmail.com>2016-07-10 12:25:29 +0200
commitefd541bb6d272f953e049a85d411765eed1a2979 (patch)
tree57ebf94efe1b870148067eab8c7f0a9116a79c8c
parenta9f98a96c493d266a0216a79d0a5d347527183bc (diff)
downloadfilo-efd541bb6d272f953e049a85d411765eed1a2979.tar.gz
filo-efd541bb6d272f953e049a85d411765eed1a2979.zip
Be serious with version number.
-rw-r--r--kilo.c2
1 files changed, 1 insertions, 1 deletions
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