mirror of https://codeberg.org/cage/tinmop/
- increased version number;
- added a missing script in makefile.
This commit is contained in:
parent
4974fd040b
commit
40d6217b09
|
@ -44,10 +44,12 @@ dist_conf_DATA = etc/init.lisp etc/default-theme.conf etc/shared.conf
|
|||
|
||||
dist_pkgdata_DATA = scripts/welcome-bot.lisp \
|
||||
scripts/delete-old-posts.lisp \
|
||||
scripts/get-following.lisp \
|
||||
modules/next-previous-open.lisp \
|
||||
modules/share-gemini-link.lisp \
|
||||
modules/rewrite-message-urls.lisp \
|
||||
modules/expand-abbrev-command-window.lisp
|
||||
modules/expand-abbrev-command-window.lisp \
|
||||
|
||||
|
||||
dist_man1_MANS = doc/tinmop.man
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License
|
|||
dnl along with this program.
|
||||
dnl If not, see [[http://www.gnu.org/licenses/][http://www.gnu.org/licenses/]].
|
||||
|
||||
AC_INIT([tinmop],[0.8.3],[https://notabug.org/cage/tinmop/],[tinmop])
|
||||
AC_INIT([tinmop],[0.9.0],[https://notabug.org/cage/tinmop/],[tinmop])
|
||||
|
||||
AM_INIT_AUTOMAKE([-Wall foreign])
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
(defsystem :tinmop
|
||||
:author "cage"
|
||||
:license "GPLv3"
|
||||
:version "0.8.3"
|
||||
:version "0.9.0"
|
||||
:pathname "src"
|
||||
:serial t
|
||||
:depends-on (:alexandria
|
||||
|
|
Loading…
Reference in New Issue