Skip to content

Commit

Permalink
Update version to v1.0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 3, 2021
1 parent f5e4746 commit 826ea04
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.44"
JULIA_APP_VERSION = v"1.0.45"
4 changes: 2 additions & 2 deletions 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 44
#define JULIA_APP_VERSION_REVISION 45
#define JULIA_APP_VERSION_BUILD 0
#define JULIA_APP_BUNDLED_JULIA ""
#define JULIA_APP_BUNDLED_JULIA "1.6.1+0"
6 changes: 3 additions & 3 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.44.0" FlatBundle="false" ManifestPath="appxmanifest.xml" ResourceManager="false">
<Package ID="Julia-x64-1.0.44.0" ProcessorArchitecture="x64">
<PackageFamily ID="Julia-1.0.45.0" FlatBundle="false" ManifestPath="appxmanifest.xml" ResourceManager="false">
<Package ID="Julia-x64-1.0.45.0" ProcessorArchitecture="x64">
<Files>
<File DestinationPath="Julia\*" SourcePath="..\build\output\x64\Release\launcher\*" />
<File DestinationPath="Juliaup\**" SourcePath="..\build\juliaup\x64\**" />
Expand All @@ -10,7 +10,7 @@
<File DestinationPath="VersionsDB\juliaup-versionsdb-winnt-x64.json" SourcePath="VersionsDB\juliaup-versionsdb-winnt-x64.json" />
</Files>
</Package>
<!-- <Package ID="Julia-x86-1.0.44.0" ProcessorArchitecture="x86">
<!-- <Package ID="Julia-x86-1.0.45.0" ProcessorArchitecture="x86">
<Files>
<File DestinationPath="Julia\*" SourcePath="..\build\output\Win32\Release\launcher\*" />
<File DestinationPath="Juliaup\**" SourcePath="..\build\juliaup\x64\**" />
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.44.0",
"Version": "1.0.45.0",
"BundledJuliaVersion": "1.6.1",
"BundledJuliaSemVersion": "1.6.1+0"
},
Expand Down

0 comments on commit 826ea04

Please sign in to comment.