Skip to content

Commit

Permalink
Release Version 1.3.0 - Veldora
Browse files Browse the repository at this point in the history
  • Loading branch information
holishing committed Oct 11, 2019
1 parent 0e4d27e commit 03f3d90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
#endif

#define BBSVERNAME "DreamBBS" /* 版本名稱 */
#define BBSVERSION "v1.2-Shizu" /* 版本編號 */
#define BBSVER_PREFIX "-1.2" /* Version prefix for naming */
#define BBSVERSION "v1.3-Veldora" /* 版本編號 */
#define BBSVER_PREFIX "-1.3" /* Version prefix for naming */
#define BINARY_PREFIX "bin"BBSVER_PREFIX"/" /* todo: move it to global.h, or merge global.h to here */

#ifndef SYSOPNICK
Expand Down
8 changes: 4 additions & 4 deletions scripts/start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"$HOME/bin-1.2/camera"
"$HOME/bin-1.2/account"
"$HOME/bin-1.2/acpro"
"$HOME/bin-1.2/makefw"
"$HOME/bin-1.3/camera"
"$HOME/bin-1.3/account"
"$HOME/bin-1.3/acpro"
"$HOME/bin-1.3/makefw"

0 comments on commit 03f3d90

Please sign in to comment.