bump version to 22.12.14.113

This commit is contained in:
SANO Masatoshi 2022-12-10 23:18:57 +08:00
parent c6a91b91a6
commit f9bbd2e1e7
3 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low
roswell (22.12.14.113-1) unstable; urgency=low
*
* Fix: release CI for debian package.
-- SANO Masatoshi <snmsts@gmail.com> Sat, 10 Dec 2022 23:10:30 +0800
-- SANO Masatoshi <snmsts@gmail.com> Sat, 10 Dec 2022 23:14:05 +0800
roswell (22.12.14.112-1) unstable; urgency=low

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
AC_INIT([roswell],[22.12.14.112],snmsts@gmail.com)
AC_INIT([roswell],[22.12.14.113],snmsts@gmail.com)
CFLAGS=${CFLAGS=""}
CXXFLAGS=${CXXFLAGS=""}

View file

@ -1,5 +1,5 @@
(defsystem "roswell"
:version "22.12.14.112"
:version "22.12.14.113"
:author "SANO Masatoshi"
:license "MIT"
:depends-on ("simple-date-time" "split-sequence" "plump" "zip")