Skip to content

Commit ed3fd14

Browse files
Update version to 1.3.1
1 parent e535ebc commit ed3fd14

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set(ID_VENDOR_NAME "Legalize Adulthood!")
2828
set(ID_PROJECT_NAME "${ID_PROGRAM_NAME}" CACHE STRING "Project name for IDEs")
2929

3030
project("${ID_PROJECT_NAME}"
31-
VERSION 1.3.0.0
31+
VERSION 1.3.1.0
3232
DESCRIPTION "${ID_PROGRAM_NAME} is a fractal generator"
3333
HOMEPAGE_URL "https://LegalizeAdulthood.github.io/iterated-dynamics"
3434
LANGUAGES CXX C)

hc/src/help.src

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{ Introduction } { Distribution of Iterated Dynamics }
1919
{ Conditions on Use } { Contacting the Author }
2020
{ Getting Started } { The Stone Soup Story }
21-
{ New Features in 1.3 } { A Word About the Authors }
21+
{ New Features in 1.3.1 } { A Word About the Authors }
2222

2323
{ Display Mode Commands }
2424
{ Color Cycling Commands } { Id on Unix }
@@ -39,7 +39,7 @@
3939
;
4040
;
4141
~DocContents
42-
{ , 0, "New Features in 1.3", FF}
42+
{ , 0, "New Features in 1.3.1", FF}
4343
{ , 0, "Introduction", "Conditions on Use", FF}
4444

4545
{1. , 0, Iterated Dynamics Commands, FF}
@@ -259,7 +259,7 @@ integrated documentation file software was written by Ethan Nagel.
259259
;
260260
;
261261
;
262-
~Topic=New Features in 1.3
262+
~Topic=New Features in 1.3.1
263263
Iterated Dynamics is a fork of the DOS program Fractint. Fractint has
264264
its own history spanning many years. Please consult the Fractint help
265265
for its history. To avoid being confused with a new release of Fractint,
@@ -271,18 +271,20 @@ The source code for Iterated Dynamics lives on github:\
271271
Found a bug? File an issue on our github project!\
272272
<https://github.com/LegalizeAdulthood/iterated-dynamics/issues>
273273

274-
Version 1.3 is an interim bug fix release on the way to version 2.0.
274+
Version 1.3.1 is an interim bug fix release on the way to version 2.0.
275275

276-
New Features in Version 1.3
276+
New Features in Version 1.3.1
277277

278278
o Colormap channels are no longer restricted to 6 bits. Encoded colors
279279
when generating parameter sets are now extended to encode 8-bit color
280280
channels values without loss of precision. When reading previous
281281
parameter sets that encoded 6-bit values the value is loaded into
282282
the 6 most significant bits of the 8-bit color channel value. Colors
283283
written to image files use the full 8-bit colors. (Fixes #47, #61)
284+
o The palette editor was updated to work with 8-bit colors.
285+
(Fixes #306)
284286

285-
Bugs Fixed in Version 1.3
287+
Bugs Fixed in Version 1.3.1
286288

287289
o Periodic automatic image save, activated by the savetime parameter,
288290
has been restored. (Fixes #43)
@@ -314,7 +316,7 @@ o The first value to the mathtolerance parameter is ignored; it previously
314316
o The delay value is now properly displayed for type=ant.
315317
(Fixes #387)
316318

317-
Code Cleanup in Version 1.3
319+
Code Cleanup in Version 1.3.1
318320

319321
o More unused integer math routines were removed.\
320322
o Functions used to initialize the FractalSpecific array were renamed

packaging/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if(WIN32)
2323
set(CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/win32/Id.ico")
2424
set(CPACK_WIX_UPGRADE_GUID "0E9EE50A-71DB-4723-BC37-CC831B7A7EF7")
2525
# Change the product GUID every time the version is changed
26-
set(CPACK_WIX_PRODUCT_GUID "30387168-73A9-4C84-AC26-EB9876D230CF")
26+
set(CPACK_WIX_PRODUCT_GUID "7413BC9A-B404-4061-A528-A77E0ADDFAE7")
2727
set(CPACK_WIX_PRODUCT_ICON "${CMAKE_SOURCE_DIR}/win32/Id.ico")
2828
set(CPACK_WIX_UI_BANNER "${CMAKE_CURRENT_SOURCE_DIR}/banner.png")
2929
set(CPACK_WIX_UI_DIALOG "${CMAKE_CURRENT_SOURCE_DIR}/dialog.png")

0 commit comments

Comments
 (0)