From 69ae7a468ac06ea3482014cac7ff6c1dc0317552 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 2 Mar 2006 09:59:39 +0000 Subject: updated INSTALL and README. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1024 ee746299-78ed-0310-b773-934348b2243d --- INSTALL | 2 +- INSTALL.ja | 2 +- README | 4 ++-- README.ja | 4 ++-- configure.in | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 5842fc10..9f6ed520 100644 --- a/INSTALL +++ b/INSTALL @@ -13,7 +13,7 @@ Curretnly it is confirmed to work on the following environments Linux -o Debian GNU/Linux (i386/sid) (glibc 2.3.5) (development environment) +o Debian GNU/Linux (i386/sid) (glibc 2.3.6) (development environment) o Debian GNU/Linux (amd64/sid-based) (glibc 2.3.5) (development environment #2) o Debian GNU/Linux (sarge) (glibc 2.3.2) o Debian GNU/Linux 3.0 (woody) (glibc 2.2.5) diff --git a/INSTALL.ja b/INSTALL.ja index 6242be2e..95d02a5c 100644 --- a/INSTALL.ja +++ b/INSTALL.ja @@ -11,7 +11,7 @@ Linux -o Debian GNU/Linux (i386/sid) (glibc 2.3.5) (開発環境) +o Debian GNU/Linux (i386/sid) (glibc 2.3.6) (開発環境) o Debian GNU/Linux (amd64/sid-based) (glibc 2.3.5) (開発環境 #2) o Debian GNU/Linux (sarge) (glibc 2.3.2) o Debian GNU/Linux 3.0 (woody) (glibc 2.2.5) diff --git a/README b/README index 9cb167ab..a7b0eafb 100644 --- a/README +++ b/README @@ -238,9 +238,9 @@ You can get the newest source code from the Subversion repository. Move to an appropriate directory, and with the command: - svn checkout svn://sylpheed.good-day.net/sylpheed + svn checkout svn://sylpheed.good-day.net/sylpheed/trunk -a source tree named `sylpheed' is created under the current directory. +a source tree named 'trunk' is created under the current directory. The subdirectory of sylpheed is divided as following: diff --git a/README.ja b/README.ja index 1cf23a89..00a52dc2 100644 --- a/README.ja +++ b/README.ja @@ -255,9 +255,9 @@ Subversion 適当なディレクトリに移動し、以下のコマンド - svn checkout svn://sylpheed.good-day.net/sylpheed + svn checkout svn://sylpheed.good-day.net/sylpheed/trunk -で カレントディレクトリ以下に sylpheed というソースツリーが作成されます。 +で カレントディレクトリ以下に 'trunk' というソースツリーが作成されます。 sylpheed ディレクトリ以下は次のように分かれています。 diff --git a/configure.in b/configure.in index 690cbba2..d767581b 100644 --- a/configure.in +++ b/configure.in @@ -6,10 +6,10 @@ PACKAGE=sylpheed dnl version number MAJOR_VERSION=2 MINOR_VERSION=2 -MICRO_VERSION=1 +MICRO_VERSION=2 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=+svn +EXTRA_VERSION= VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target -- cgit v1.2.3