From 40d6217b0925ec6f744cb7960904dcf3ddf576f5 Mon Sep 17 00:00:00 2001 From: cage Date: Sun, 28 Nov 2021 11:28:17 +0100 Subject: [PATCH] - increased version number; - added a missing script in makefile. --- Makefile.am | 6 ++++-- configure.ac | 2 +- tinmop.asd | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 83958b5..c90b7ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 @@ -61,7 +63,7 @@ $(CONF_PATH_FILE): grep "^;" $(CONF_PATH_FILE_IN) > $(CONF_PATH_FILE) echo -e "(in-package :config)\n" >> $(CONF_PATH_FILE); echo "(alexandria:define-constant +sys-data-dir+" >> $(CONF_PATH_FILE); - echo -e "\"$(pkgdatadir)\" :test #'string=)\n" >> $(CONF_PATH_FILE); + echo -e "\"$(pkgdatadir)\" :test #'string=)\n" >> $(CONF_PATH_FILE); echo "(alexandria:define-constant +sys-conf-dir+" >> $(CONF_PATH_FILE); echo -e "\"$(confdir)\" :test #'string=)\n" >> $(CONF_PATH_FILE); diff --git a/configure.ac b/configure.ac index 1846457..78428d8 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/tinmop.asd b/tinmop.asd index fb36573..b3b0536 100644 --- a/tinmop.asd +++ b/tinmop.asd @@ -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