Add file "VERSION"

This commit is contained in:
Alex Kotov 2022-06-13 15:45:27 +03:00
parent 7c8c52d026
commit 82cb925e82
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
3 changed files with 3 additions and 1 deletions

View File

@ -11,5 +11,6 @@ Don't forget to change the following files:
* `COPYING`
* `Makefile.am`
* `README.md`
* `VERSION`
Remove directory `include` and submodule `vendor/cross` if you don't need them.

1
VERSION Normal file
View File

@ -0,0 +1 @@
0.0.0

View File

@ -12,7 +12,7 @@ LT_PREREQ([2.4.6])
#######################
AC_INIT([autotools-project],
[0.0.0],
m4_normalize(m4_include([VERSION])),
[https://github.com/tailix/autotools-project/issues],
[autotools-project],
[https://github.com/tailix/autotools-project])