Skip to content

Commit

Permalink
Update version to v1.0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 18, 2021
1 parent cead281 commit 384c58b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Juliaup/src/versions_database.jl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
JULIA_APP_VERSION = v"1.0.57"
JULIA_APP_VERSION = v"1.0.58"
2 changes: 1 addition & 1 deletion launcher/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define JULIA_APP_VERSION_MAJOR 1
#define JULIA_APP_VERSION_MINOR 0
#define JULIA_APP_VERSION_REVISION 57
#define JULIA_APP_VERSION_REVISION 58
#define JULIA_APP_VERSION_BUILD 0
#define JULIA_APP_BUNDLED_JULIA "1.6.2+0"
8 changes: 4 additions & 4 deletions msix/PackagingLayout.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<PackagingLayout xmlns="http://schemas.microsoft.com/appx/makeappx/2017">
<PackageFamily ID="Julia-1.0.57.0" FlatBundle="false" ManifestPath="appxmanifest.xml" ResourceManager="false">
<Package ID="Julia-x64-1.0.57.0" ProcessorArchitecture="x64">
<PackageFamily ID="Julia-1.0.58.0" FlatBundle="false" ManifestPath="appxmanifest.xml" ResourceManager="false">
<Package ID="Julia-x64-1.0.58.0" ProcessorArchitecture="x64">
<Files>
<File DestinationPath="Julia\*" SourcePath="..\build\output\x64\Release\launcher\*" />
<File DestinationPath="Juliaup\**" SourcePath="..\build\juliaup\x64\**" />
Expand All @@ -11,7 +11,7 @@
<File DestinationPath="VersionsDB\juliaup-versionsdb-winnt-x64.json" SourcePath="..\build\versiondb\juliaup-versionsdb-winnt-x64.json" />
</Files>
</Package>
<Package ID="Julia-x86-1.0.57.0" ProcessorArchitecture="x86">
<Package ID="Julia-x86-1.0.58.0" ProcessorArchitecture="x86">
<Files>
<File DestinationPath="Julia\*" SourcePath="..\build\output\Win32\Release\launcher\*" />
<File DestinationPath="Juliaup\**" SourcePath="..\build\juliaup\x86\**" />
Expand All @@ -22,7 +22,7 @@
<File DestinationPath="VersionsDB\juliaup-versionsdb-winnt-x86.json" SourcePath="..\build\versiondb\juliaup-versionsdb-winnt-x86.json" />
</Files>
</Package>
<!--<Package ID="Julia-ARM64-1.0.57.0" ProcessorArchitecture="ARM64">
<!--<Package ID="Julia-ARM64-1.0.58.0" ProcessorArchitecture="ARM64">
<Files>
<File DestinationPath="Julia\*" SourcePath="..\build\output\Win32\Release\launcher\*" />
<File DestinationPath="Juliaup\**" SourcePath="..\build\juliaup\ARM64\**" />
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"JuliaAppPackage": {
"Version": "1.0.57.0",
"Version": "1.0.58.0",
"BundledJuliaVersion": "1.6.2",
"BundledJuliaSemVersion": "1.6.2+0"
},
Expand Down

0 comments on commit 384c58b

Please sign in to comment.