Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit 5825bcb

Browse files
committed
fixed #9
updated version
1 parent abf2a2e commit 5825bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pfpc/pfpc_token.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void load(T & obj, boost::filesystem::path p)
3131
int main(int argc, char * argv[])
3232
{
3333
std::clog << "pfpc_token: command line interface for pfp!" << std::endl;
34-
std::clog << "build: " << __DATE__ << " (" << __TIME__ << ") of pfp version " << consts::version << " (c) Wavii,Inc. 2010" << std::endl;
34+
std::clog << "build: " << __DATE__ << " (" << __TIME__ << ") of pfp version " << consts::version << " (c) Wavii,Inc. 2012" << std::endl;
3535
std::clog << "usage: " << argv[0] << " <max sentence length=45> <data dir=/usr/share/pfp/>" << std::endl;
3636

3737
size_t sentence_length = argc < 2 ? 45 : lexical_cast<size_t>(argv[1]);

0 commit comments

Comments
 (0)