mirror of https://codeberg.org/cage/tinmop/
- increased version.
This commit is contained in:
parent
93950ca530
commit
964307a20d
|
@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License
|
||||||
dnl along with this program.
|
dnl along with this program.
|
||||||
dnl If not, see [[http://www.gnu.org/licenses/][http://www.gnu.org/licenses/]].
|
dnl If not, see [[http://www.gnu.org/licenses/][http://www.gnu.org/licenses/]].
|
||||||
|
|
||||||
AC_INIT([tinmop],[0.0.4],[https://notabug.org/cage/tinmop/],[tinmop])
|
AC_INIT([tinmop],[0.0.5],[https://notabug.org/cage/tinmop/],[tinmop])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([-Wall foreign])
|
AM_INIT_AUTOMAKE([-Wall foreign])
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
(defsystem :tinmop
|
(defsystem :tinmop
|
||||||
:author "cage"
|
:author "cage"
|
||||||
:license "GPLv3"
|
:license "GPLv3"
|
||||||
:version "0.0.4"
|
:version "0.0.5"
|
||||||
:pathname "src"
|
:pathname "src"
|
||||||
:serial t
|
:serial t
|
||||||
:depends-on (:alexandria
|
:depends-on (:alexandria
|
||||||
|
|
Loading…
Reference in New Issue