X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fversion.h;h=7cd8f49693456404930f934869e28837aea7b994;hb=c4b05a4eee788ba23c784e8c077995940eee96a7;hp=88cd3ebe75352f17f1370695f119f7c7874548ca;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/libpspp/version.h b/src/libpspp/version.h index 88cd3ebe75..7cd8f49693 100644 --- a/src/libpspp/version.h +++ b/src/libpspp/version.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,9 +23,8 @@ extern const char bare_version[]; /* "GNU PSPP A.B.C" */ extern const char version[]; -/* "GNU PSPP version A.B (date), Copyright (C) XXXX Free Software - Foundation, Inc." */ -extern const char stat_version[]; +/* Human readable version string */ +extern const char announced_version[]; /* Canonical name of host system type. */ extern const char host_system[]; @@ -33,16 +32,14 @@ extern const char host_system[]; /* Canonical name of build system type. */ extern const char build_system[]; -/* Configuration path at build time. */ -extern const char default_config_path[]; - -/* Include path. */ -extern const char include_path[]; - /* Locale directory. */ extern const char locale_dir[]; +/* The Examples directory */ +extern const char examples_dir[]; + /* From the AUTHORS file */ extern const char *const authors[]; + #endif /* !version_h */