aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-20 02:08:50 +0200
committerGravatar Tom Willemsen2012-10-20 02:08:50 +0200
commit82d1f15ddd52d11ef3f729de82c6439a6ff376cb (patch)
tree0ec40c730953baddedbbb0dc8206ddf24994cbd5
parentebc0ca114bf399c00e2d3920c75e7dc5d9a1c77b (diff)
downloadeye-on-manga-82d1f15ddd52d11ef3f729de82c6439a6ff376cb.tar.gz
eye-on-manga-82d1f15ddd52d11ef3f729de82c6439a6ff376cb.zip
Change version and note about sematic versioning
-rw-r--r--README.md5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
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