浏览代码

Change the website name to caca.zoy.org.

tags/v0.99.beta15
Sam Hocevar sam 17 年前
父节点
当前提交
c7487d700d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      Makefile.am
  2. +1
    -1
      src/img2txt.c

+ 1
- 1
Makefile.am 查看文件

@@ -9,7 +9,7 @@ AUTOMAKE_OPTIONS = dist-bzip2
bin_SCRIPTS = caca-config bin_SCRIPTS = caca-config


webhost = poulet.zoy.org webhost = poulet.zoy.org
webdir = /srv/libcaca.zoy.org/var/www/
webdir = /srv/caca.zoy.org/var/www/


upload: upload-source upload-doc upload: upload-source upload-doc




+ 1
- 1
src/img2txt.c 查看文件

@@ -86,7 +86,7 @@ static void version(void)
"img2txt, along with its documentation, may be freely copied and distributed.\n" "img2txt, along with its documentation, may be freely copied and distributed.\n"
"\n" "\n"
"The latest version of img2txt is available from the web site,\n" "The latest version of img2txt is available from the web site,\n"
" http://libcaca.zoy.org/ in the libcaca package.\n"
" http://caca.zoy.org/wiki/libcaca in the libcaca package.\n"
"\n", "\n",
caca_get_version(), __DATE__); caca_get_version(), __DATE__);
} }


正在加载...
取消
保存