1
0
Fork 0

- increased version number;

- added a missing script in makefile.
This commit is contained in:
cage 2021-11-28 11:28:17 +01:00
parent 4974fd040b
commit 40d6217b09
3 changed files with 6 additions and 4 deletions

View File

@ -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);

View File

@ -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])

View File

@ -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