Skip to content

Commit

Permalink
updated some version and build files for new release
Browse files Browse the repository at this point in the history
this is 2.9.14 of the ISF editor and 1.0.6 of the ISF files
  • Loading branch information
mrRay committed Feb 12, 2021
1 parent 9c9313d commit 25357cb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/ISF-files
4 changes: 2 additions & 2 deletions examples/Qt/ISFEditor/ISFEditor_app/ISFEditor_app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DEFINES += QT_DEPRECATED_WARNINGS

CONFIG += c++14

VERSION = 2.9.13
VERSION = 2.9.14
mac {
ICON = ISFEditorAppIcon.icns
}
Expand All @@ -32,7 +32,7 @@ win32 {
}
QMAKE_TARGET_COMPANY = Vidvox
QMAKE_TARGET_DESCRIPTION = Interactive Shader Format editor and viewer
QMAKE_TARGET_COPYRIGHT = Vidvox, llc. 2019
QMAKE_TARGET_COPYRIGHT = Vidvox, llc. 2021



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>The ISF Editor app</DisplayName>
<Description>Install the ISF Editor application.</Description>
<Version>2.9.13</Version>
<ReleaseDate>2019-11-20</ReleaseDate>
<Version>2.9.14</Version>
<ReleaseDate>2021-02-12</ReleaseDate>
<Default>true</Default>
<SortingPriority>10</SortingPriority>
</Package>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>ISF Sample Files</DisplayName>
<Description>Hundreds of sample ISF generators and filters. These will be installed in /Library/Graphics/ISF, where they can be accessed by all users and applications on this machine.</Description>
<Version>1.0.5</Version>
<ReleaseDate>2019-11-20</ReleaseDate>
<Version>1.0.6</Version>
<ReleaseDate>2021-02-12</ReleaseDate>
<RequiresAdminRights>true</RequiresAdminRights>
<Script>installscript.js</Script>
<Default>true</Default>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>The ISF Editor app</DisplayName>
<Description>Install the ISF Editor application.</Description>
<Version>2.9.13</Version>
<ReleaseDate>2019-11-20</ReleaseDate>
<Version>2.9.14</Version>
<ReleaseDate>2021-02-12</ReleaseDate>
<Default>true</Default>
<SortingPriority>10</SortingPriority>
<Script>installscript.js</Script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>ISF Sample Files</DisplayName>
<Description>Hundreds of sample ISF generators and filters. These will be installed in the root "ProgramDirectory" on the target drive (usually C:\\ProgramData\\ISF).</Description>
<Version>1.0.5</Version>
<ReleaseDate>2019-11-20</ReleaseDate>
<Version>1.0.6</Version>
<ReleaseDate>2021-02-12</ReleaseDate>
<RequiresAdminRights>true</RequiresAdminRights>
<Script>installscript.js</Script>
<Default>true</Default>
Expand Down

0 comments on commit 25357cb

Please sign in to comment.