Skip to content

Commit 968d2e4

Browse files
authored
Update version, year and website
1 parent 07b404b commit 968d2e4

File tree

13 files changed

+18
-18
lines changed

13 files changed

+18
-18
lines changed

src/app.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* app.cxx - part of SpiritVNC - FLTK
3-
* 2016-2023 Will Brokenbourgh https://www.pismotek.com/brainout/
3+
* 2016-2024 Will Brokenbourgh https://www.willbrokenbourgh.com/brainout/
44
*/
55

66
/*
@@ -2166,7 +2166,7 @@ void svQuickInfoSetLabelAndText (HostItem * itm)
21662166
app->lastConnectedLabel->copy_label("Last connected");
21672167
else
21682168
app->lastConnectedLabel->copy_label("Connected");
2169-
2169+
21702170
app->lastConnected->copy_label(itm->lastConnectedTime.c_str());
21712171
}
21722172
else
@@ -2769,8 +2769,8 @@ void svShowAboutHelp ()
27692769
const char strHelp[] = "<center><font face='sans'><h5>SpiritVNC - FLTK</h5></font></center>"
27702770

27712771
"<p><center>"
2772-
"&copy; 2016-" SV_CURRENT_YEAR " Will Brokenbourgh - <a href='https://www.pismotek.com/brainout/'>"
2773-
"https://www.pismotek.com/brainout/</a>"
2772+
"&copy; 2016-" SV_CURRENT_YEAR " Will Brokenbourgh - <a href='https://www.willbrokenbourgh.com/brainout/'>"
2773+
"https://www.willbrokenbourgh.com/brainout/</a>"
27742774
"</center></p>"
27752775
// -
27762776
"<p><center>"
@@ -2810,7 +2810,7 @@ void svShowAboutHelp ()
28102810
// -
28112811
"<p><center>"
28122812
"&nbsp;If you have any questions, need to report a bug or have suggestions, please"
2813-
" <a href='https://www.pismotek.com/brainout/content/spiritvnc.php'>visit the SpiritVNC page</a>"
2813+
" <a href='https://www.willbrokenbourgh.com/brainout/content/spiritvnc.php'>visit the SpiritVNC page</a>"
28142814
"&nbsp;"
28152815
"</center></p>"
28162816
// -

src/app.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* app.h - part of SpiritVNC - FLTK
3-
* 2016-2023 Will Brokenbourgh https://www.pismotek.com/brainout/
3+
* 2016-2024 Will Brokenbourgh https://www.willbrokenbourgh.com/brainout/
44
*/
55

66
/*

src/base64.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* base64.cxx - part of SpiritVNC - FLTK
3-
* 2016-2021 Will Brokenbourgh https://www.pismotek.com/brainout/
3+
* 2016-2021 Will Brokenbourgh https://www.willbrokenbourgh.com/brainout/
44
*/
55

66
/*

src/base64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* base64.h - part of SpiritVNC - FLTK
3-
* 2016-2021 Will Brokenbourgh https://www.pismotek.com/brainout/
3+
* 2016-2021 Will Brokenbourgh https://www.willbrokenbourgh.com/brainout/
44
*/
55

66
/*

src/consts_enums.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* consts_enums.h - part of SpiritVNC - FLTK
3-
* 2016-2023 Will Brokenbourgh https://www.pismotek.com/brainout/
3+
* 2016-2024 Will Brokenbourgh https://www.willbrokenbourgh.com/brainout/
44
*/
55

66
/*
@@ -36,7 +36,7 @@
3636
#define CONSTS_H
3737

3838
/* constants */
39-
#define SV_APP_VERSION "0.6.2"
39+
#define SV_APP_VERSION "0.6.3"
4040

4141
#define SV_CURRENT_YEAR "2024"
4242

src/hostitem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* hostitem.h - part of SpiritVNC - FLTK
3-
* 2016-2023 Will Brokenbourgh https://www.pismotek.com/brainout/
3+
* 2016-2024 Will Brokenbourgh https://www.willbrokenbourgh.com/brainout/
44
*/
55

66
/*

src/pixmaps.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* pixmaps.cxx - part of SpiritVNC - FLTK
3-
* 2016-2021 Will Brokenbourgh https://www.pismotek.com/brainout/
3+
* 2016-2021 Will Brokenbourgh https://www.willbrokenbourgh.com/brainout/
44
*/
55

66
/*

src/pixmaps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* pixmaps.h - part of SpiritVNC - FLTK
3-
* 2016-2021 Will Brokenbourgh https://www.pismotek.com/brainout/
3+
* 2016-2021 Will Brokenbourgh https://www.willbrokenbourgh.com/brainout/
44
*/
55

66
/*

src/spiritvnc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* spiritvnc.cxx - part of SpiritVNC - FLTK
3-
* 2016-2023 Will Brokenbourgh https://www.pismotek.com/brainout/
3+
* 2016-2024 Will Brokenbourgh https://www.willbrokenbourgh.com/brainout/
44
*
55
* To God be the glory! In Jesus name! :-D
66
*

src/ssh.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ssh.cxx - part of SpiritVNC - FLTK
3-
* 2016-2023 Will Brokenbourgh https://www.pismotek.com/brainout/
3+
* 2016-2024 Will Brokenbourgh https://www.willbrokenbourgh.com/brainout/
44
*/
55

66
/*

0 commit comments

Comments
 (0)