Change version and note about sematic versioning
This commit is contained in:
parent
ebc0ca114b
commit
82d1f15ddd
2 changed files with 6 additions and 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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue