File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 17
17
18
18
using namespace std ;
19
19
20
-
21
20
static mutex g_mtx;
22
21
23
22
static const string&
24
23
getPortalWebpageUrl (void )
25
24
{
26
- static const string portal_url (" http://www.caoliu2014.com /" );
25
+ static const string portal_url (" http://wo.yao.cl /" );
27
26
return (portal_url);
28
27
}
29
28
Original file line number Diff line number Diff line change 5
5
#include < cstdlib>
6
6
#include " ../helper/Misc.h"
7
7
8
-
9
8
using namespace std ;
10
9
11
10
12
11
static const string&
13
12
getPortalWebpageUrl (void )
14
13
{
15
- static const string portal_url (" http://www.caoliu2014.com /" );
14
+ static const string portal_url (" http://wo.yao.cl /" );
16
15
return (portal_url);
17
16
}
18
17
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ using namespace std;
23
23
24
24
25
25
static const string g_softname (RichTxt::bold_on + " hardseed" + RichTxt::bold_off);
26
- static const string g_version (" 0.2.9 " );
26
+ static const string g_version (" 0.2.10 " );
27
27
static const string
g_myemail (
" [email protected] " );
28
28
static const string g_myemail_color (RichTxt::bold_on + RichTxt::foreground_green + g_myemail + RichTxt::reset_all);
29
29
static const string g_mywebspace (" http://yangyangwithgnu.github.io/" );
You can’t perform that action at this time.
0 commit comments