diff options
| author | 2012-10-20 02:08:50 +0200 | |
|---|---|---|
| committer | 2012-10-20 02:08:50 +0200 | |
| commit | 82d1f15ddd52d11ef3f729de82c6439a6ff376cb (patch) | |
| tree | 0ec40c730953baddedbbb0dc8206ddf24994cbd5 | |
| parent | ebc0ca114bf399c00e2d3920c75e7dc5d9a1c77b (diff) | |
| download | eye-on-manga-82d1f15ddd52d11ef3f729de82c6439a6ff376cb.tar.gz eye-on-manga-82d1f15ddd52d11ef3f729de82c6439a6ff376cb.zip | |
Change version and note about sematic versioning
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |