Skip to content

Commit

Permalink
from Kage Studio's sourceforge r817
Browse files Browse the repository at this point in the history
  • Loading branch information
creek23 committed Feb 26, 2024
1 parent fd3eea3 commit d001efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion studio/about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "about.h"

std::string KageAbout::app_title = "Kage Studio";
std::string KageAbout::app_version = "0.8.240210";
std::string KageAbout::app_version = "0.8.240224";
std::string KageAbout::app_author = "Mj Mendoza IV";
std::string KageAbout::app_contact = "[email protected]";
std::string KageAbout::app_website = "https://kage.sourceforge.io";
Expand Down
2 changes: 1 addition & 1 deletion studio/installers/windows/kage_installer_pages.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Section "Gtkmm (53.4 MB)" SEC03
SectionEnd


Section "Plugins (63.4 MB)" SEC04
Section "Plugins (77.3 MB)" SEC04
SetOutPath "$INSTDIR"
SetOverwrite ifnewer

Expand Down

0 comments on commit d001efc

Please sign in to comment.