diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-12-09 17:37:52 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-12-09 20:46:01 +0100 |
| commit | 99a628628828adae520b1129721c41bae04c3ff4 (patch) | |
| tree | 97edd6e5672b90e666638324d6c620686e4f8ce7 /fluid | |
| parent | 05ee86fe5772643b8994eecba83c623884eae7c4 (diff) | |
Bump version numbers for release 1.4.1
To do: update CHANGES.txt with real info.
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/documentation/src/index.dox | 2 | ||||
| -rw-r--r-- | fluid/fluid.plist | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/fluid/documentation/src/index.dox b/fluid/documentation/src/index.dox index 9e858fcd6..41fdedd33 100644 --- a/fluid/documentation/src/index.dox +++ b/fluid/documentation/src/index.dox @@ -14,7 +14,7 @@ \image latex fluid-128.png "" width=3cm </CENTER></TD> <TD><CENTER> - <B>FLUID 1.4.0 User Manual</B> + <B>FLUID 1.4.1 User Manual</B> By F. Costantini, M. Melcher, A. Schlosser, B. Spitzak and M. Sweet. diff --git a/fluid/fluid.plist b/fluid/fluid.plist index 6c4d68946..3e993276b 100644 --- a/fluid/fluid.plist +++ b/fluid/fluid.plist @@ -9,7 +9,7 @@ <key>CFBundleIdentifier</key> <string>org.fltk.fluid</string> <key>CFBundleVersion</key> - <string>1.4.0</string> + <string>1.4.1</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>NSHumanReadableCopyright</key> @@ -25,9 +25,9 @@ <key>CFBundleIconFile</key> <string>fluid.icns</string> <key>CFBundleShortVersionString</key> - <string>1.4.0</string> + <string>1.4.1</string> <key>CFBundleGetInfoString</key> - <string>1.4.0, Copyright 1998-2024 by Bill Spitzak and others</string> + <string>1.4.1, Copyright 1998-2024 by Bill Spitzak and others</string> <key>CFBundleDocumentTypes</key> <array> <dict> |
