mirror of
https://github.com/tailix/autotools-project.git
synced 2025-03-17 17:24:14 -04:00
Add file "VERSION"
This commit is contained in:
parent
7c8c52d026
commit
82cb925e82
3 changed files with 3 additions and 1 deletions
|
@ -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
1
VERSION
Normal file
|
@ -0,0 +1 @@
|
|||
0.0.0
|
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue