WebPositive: update authors and version.

Change-Id: I273bad9a2fd7916867b52f1d4dd564755bc823d8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2822
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Adrien Destugues
2020-05-28 02:45:15 +00:00
committed by waddlesplash
parent a15387c9e9
commit 05bd53615a
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -570,6 +570,7 @@ static const Translation kTranslations[] = {
"Marc Flerackers\n" \
"Michele Frau (zuMi)\n" \
"Landon Fuller\n" \
"Rajagopalan Gangadharan\n" \
"Deyan Genovski\n" \
"Pete Goodeve\n" \
"Lucian Adrian Grijincu\n" \
+2
View File
@@ -140,6 +140,8 @@ BrowserApp::AboutRequested()
"Andrea Anzani",
"Stephan Aßmus",
"Alexandre Deckner",
"Adrien Destugues",
"Rajagopalan Gangadharan",
"Rene Gollent",
"Ryan Leavengood",
"Michael Lotz",
+2 -2
View File
@@ -2,12 +2,12 @@ resource app_signature "application/x-vnd.Haiku-WebPositive";
resource app_version {
major = 1,
middle = 1,
middle = 2,
minor = 0,
variety = B_APPV_ALPHA,
internal = 0,
short_info = "WebPositive",
long_info = "WebPositive ©2007-2014 The WebKit Haiku Project"
long_info = "WebPositive ©2007-2020 The WebKit Haiku Project"
};
resource app_flags B_SINGLE_LAUNCH;