Skip to content

Commit

Permalink
Build new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakTheHacker committed Jan 28, 2021
1 parent b6b68c4 commit 7ae1c73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1969,15 +1969,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Panda Project"
"ProductCode" = "8:{9D704F80-0661-4011-8D3D-E15887FE46F0}"
"PackageCode" = "8:{0E6C31B4-AF27-4FAE-A8A9-89C898D417CF}"
"ProductCode" = "8:{BDD4D546-6FA3-480E-8610-C13161EAA230}"
"PackageCode" = "8:{91732098-5E38-46F2-9FE4-E305CD087091}"
"UpgradeCode" = "8:{85F4E197-8AE8-4284-85E5-9F8BC2D8CBC2}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:FALSE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:0.1.2"
"ProductVersion" = "8:0.1.3"
"Manufacturer" = "8:Isak_The_Hacker"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/IsakTheHacker/Panda-project"
Expand Down
2 changes: 1 addition & 1 deletion Panda project/data/scripts/numberofbuilds.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
314
315
2 changes: 1 addition & 1 deletion Panda project/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ int main(int argc, char* argv[]) {
// Open a new window framework and set the title
PandaFramework framework;
framework.open_framework(argc, argv);
framework.set_window_title("The Panda Project: Prealpha 0.1.2");
framework.set_window_title("The Panda Project: Prealpha 0.1.3");

// Open the window
WindowFramework* window = framework.open_window();
Expand Down

0 comments on commit 7ae1c73

Please sign in to comment.