From 82d1f15ddd52d11ef3f729de82c6439a6ff376cb Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 20 Oct 2012 02:08:50 +0200 Subject: Change version and note about sematic versioning --- README.md | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a6ceaa..89fbd7a 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,8 @@ like walking around with pieces of paper in my wallet either. I have this phone that allows me to write software for it, I'm a developer and I have a great interest in C programming, sounds perfect to write something for. + +## Versioning + +Eye on Manga uses [Semantic Versioning](http://semver.org/), read it +if you would like to know. diff --git a/configure.ac b/configure.ac index a0de51e..ef84fa5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(eye-on-manga, 0.0.1) +AM_INIT_AUTOMAKE(eye-on-manga, 0.1.0) AC_PROG_CC AC_PROG_INSTALL -- cgit v1.2.3-54-g00ecf