Skip to content

Commit 8612cad

Browse files
committed
Update the version string
1 parent f745ec4 commit 8612cad

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME=fmcsadmin
2-
VERSION=2.4.0
2+
VERSION=2.4.1-dev
33

44
GOCMD=go
55
GOBUILD=$(GOCMD) build

macOS/Distribution.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<installer-gui-script minSpecVersion="1">
3-
<title>fmcsadmin 2.4.0</title>
3+
<title>fmcsadmin 2.4.1-dev</title>
44
<welcome file="welcome.txt" />
55
<license file="LICENSE.txt" />
66
<pkg-ref id="jp.co.emic.fmcsadmin"/>
@@ -14,5 +14,5 @@
1414
<choice id="jp.co.emic.fmcsadmin" visible="false">
1515
<pkg-ref id="jp.co.emic.fmcsadmin"/>
1616
</choice>
17-
<pkg-ref id="jp.co.emic.fmcsadmin" version="2.4.0" onConclusion="none">fmcsadmin.pkg</pkg-ref>
17+
<pkg-ref id="jp.co.emic.fmcsadmin" version="2.4.1" onConclusion="none">fmcsadmin.pkg</pkg-ref>
1818
</installer-gui-script>

release-notes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ fmcsadmin
22
(c) 2017-2026 Emic Corporation <https://www.emic.co.jp/>
33
This software is distributed under the Apache License, Version 2.0, see LICENSE.txt and NOTICE.txt for more information.
44

5+
Version: 2.4.1-dev (in development)
6+
-
7+
58
Version: 2.4.0
69
Date: February 5, 2026
710
- Add support for Claris FileMaker Server 2025 (22.0).

tests/goss.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ command:
44
exec: "./fmcsadmin -v"
55
exit-status: 0
66
stdout:
7-
- "2.4.0"
7+
- "2.4.1-dev"
88
{{end}}
99

1010
{{if eq .Env.OS "windows"}}
1111
print-version:
1212
exec: "fmcsadmin.exe -v"
1313
exit-status: 0
14-
stdout: "fmcsadmin 2.4.0\n"
14+
stdout: "fmcsadmin 2.4.1-dev\n"
1515
{{end}}
1616

1717
{{if eq .Env.OS "darwin"}}

0 commit comments

Comments
 (0)