Skip to content

Commit 67f1588

Browse files
committed
1.7
1.7
1 parent f95b22c commit 67f1588

8 files changed

+5
-9
lines changed
-2.52 MB
Binary file not shown.
2.52 MB
Binary file not shown.
-2.52 MB
Binary file not shown.
2.52 MB
Binary file not shown.

build_release_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION=1.6.13
2+
VERSION=1.7
33
ENCODING=utf8
44
OS=centos8
55

build_release_install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION=1.6.13
2+
VERSION=1.7
33
ENCODING=utf8
44
OS=centos8
55
SCRIPT_DIR=$(cd "$(dirname "$0")"; pwd)
@@ -9,7 +9,7 @@ make
99
cd ${SCRIPT_DIR}/
1010
chmod a+x ${SCRIPT_DIR}/release.sh
1111
${SCRIPT_DIR}/release.sh ${VERSION} ${ENCODING} ${OS}
12-
chmod a+x ${SCRIPT_DIR}/${OS}-erisemail-bin-en-${ENCODING}-x86_64-linux/install.sh
13-
sudo ${SCRIPT_DIR}//${OS}-erisemail-bin-en-${ENCODING}-x86_64-linux/install.sh
12+
chmod a+x ${SCRIPT_DIR}/${OS}-erisemail-bin-cn-${ENCODING}-x86_64-linux/install.sh
13+
sudo ${SCRIPT_DIR}//${OS}-erisemail-bin-cn-${ENCODING}-x86_64-linux/install.sh
1414
sudo /etc/init.d/erisemail restart
1515
cd ${SCRIPT_DIR}

src/base.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "util/security.h"
77
#include "posixname.h"
88

9-
#define ERISEMAIL_VERSION "1.6.13"
9+
#define ERISEMAIL_VERSION "1.7"
1010

1111
static char CHAR_TBL[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-=~!@#$%^&*()_+[]\\{}|;':\",./<>?";
1212

test/ctagsrc.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)