From 8785a13810629a2d632d5e94893fa8dd13a2b315 Mon Sep 17 00:00:00 2001 From: Oscar Lesta Date: Mon, 28 Oct 2024 03:02:15 -0300 Subject: [PATCH] Bump version a bit after 10 years. --- Resources/pe.types.rdef | 2 +- Resources/pe.types.rsrc | Bin 11921 -> 11921 bytes Sources/PAbout.cpp | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/pe.types.rdef b/Resources/pe.types.rdef index 051071c..8049586 100644 --- a/Resources/pe.types.rdef +++ b/Resources/pe.types.rdef @@ -4,7 +4,7 @@ resource app_flags B_SINGLE_LAUNCH; resource app_version { major = 2, middle = 4, - minor = 5, + minor = 6, variety = B_APPV_FINAL, internal = 0, diff --git a/Resources/pe.types.rsrc b/Resources/pe.types.rsrc index 051b8eb2b8e99d683e0813fcd9a986d2cab7d48b..6e6ed70fc4befad52a20e95ffbbf789714f31319 100644 GIT binary patch delta 14 WcmbOjJ27^{9(G2y&3oCer~v>iwFSrk delta 14 WcmbOjJ27^{9(G37&3oCer~v>iuLZ{d diff --git a/Sources/PAbout.cpp b/Sources/PAbout.cpp index 343960c..bf3d08c 100644 --- a/Sources/PAbout.cpp +++ b/Sources/PAbout.cpp @@ -44,14 +44,14 @@ #endif const char kAboutText[] = - "Pe 2.4.5 Open Source Version\n\n" + "Pe 2.4.6 Open Source Version\n\n" "a high performance editor\n" "created by Maarten Hekkelman.\n" "Hekkelman Programmatuur B.V.\n" "Copyright © 1996, 1997, 1998, 2002.\n\n" "-\n\n" "This is the Open Source version of Pe,\n" - "copyright © 2003-2014, Team Pe,\n" + "copyright © 2003-2024, Team Pe,\n" "compiled on:\n%s\n\n" "Pe is now hosted at Github:\n" "https://github.com/HaikuArchives/Pe\n\n"