stoneage8.5/石器时代服务器端最新完整源代码/Serv/gmsv/longzoro.sh
anson1788 a5b185b7ef Revert "re upload"
This reverts commit 274b7d169c.
2020-06-23 15:23:51 +08:00

13 lines
485 B
Bash

#!/bin/sh
OUT=./longzoro.h
touch callfromac.c
echo "#ifdef _VERSION_NEW" > $OUT
echo "#define SERVER_VERSION \"石器时代特别版 "$(date +%Y年%m月%d日%H:%M:%S)"\"" >> $OUT
echo "#else" >> $OUT
echo "#ifdef _VERSION_25" >> $OUT
echo "#define SERVER_VERSION \"All Blue's Saserver 2.5 "$(date +%Y年%m月%d日%H:%M:%S)"\"" >> $OUT
echo "#else" >> $OUT
echo "#define SERVER_VERSION \"All Blue's Saserver 8.0 "$(date +%Y年%m月%d日%H:%M:%S)"\"" >> $OUT
echo "#endif" >> $OUT
echo "#endif" >> $OUT