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