Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
binghe committed Aug 21, 2022
2 parents 7234ca4 + 928542c commit 9127ab6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.4.1 (by Chun Tian)
A C/C++ pre-processor is no more needed for preparing `fli.lisp` (just like versions before 0.3.0).

Version 0.4.0 (by Chun Tian)
2022-07-23
Use DEFINE-PLUGIN-SCRIPT-STEP to define new script steps (New to FileMaker Pro 16 and later)
Expand Down
2 changes: 1 addition & 1 deletion fm-plugin-tools.asd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
:maintainer "Chun Tian (binghe)"
:license "BSD"
;; we increase this version even if only the parser has changed
:version "0.4.0"
:version "0.4.1"
:serial t
:components ((:file "packages")
(:file "specials")
Expand Down
3 changes: 1 addition & 2 deletions prepare-fm-plugin-tools.asd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
;;; $Header: /usr/local/cvsrep/fm-plugin-tools/prepare-fm-plugin-tools.asd,v 1.11 2010/07/22 09:38:06 edi Exp $

;;; Copyright (c) 2006-2010, Dr. Edmund Weitz. All rights reserved.

Expand Down Expand Up @@ -28,7 +27,7 @@
;;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(asdf:defsystem :prepare-fm-plugin-tools
:version "0.4.0"
:version "0.4.1"
:components ((:module "prepare-fm-plugin-tools"
:serial t
:components ((:file "packages")
Expand Down

0 comments on commit 9127ab6

Please sign in to comment.