mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 22.12.14.113
This commit is contained in:
parent
c6a91b91a6
commit
f9bbd2e1e7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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=""}
|
||||
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue