bump version to 24.10.115

This commit is contained in:
snmsts 2024-10-16 15:18:15 +09:00
parent 46b1ff35ac
commit 7b08fc7204
3 changed files with 9 additions and 5 deletions

View file

@ -1,8 +1,12 @@
roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low roswell (24.10.115-1) unstable; urgency=low
* * New: tested on darwin/ppc environment.
* New: tested on netbsd/aarch64 environment.
* Fix: absolute path error on Windows (by Ashton Fagg)
* Fix: build error on non Windows environment with windres (reported by Richard DW Redcroft)
* Fix: error message in build (by Rongsong Shen)
-- SANO Masatoshi <snmsts@gmail.com> Wed, 16 Oct 2024 14:55:33 +0900 -- snmsts <snmsts@gmail.com> Wed, 16 Oct 2024 15:06:42 +0900
roswell (23.10.14.114-1) unstable; urgency=low roswell (23.10.14.114-1) unstable; urgency=low

View file

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

View file

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