summaryrefslogtreecommitdiff
path: root/src/version.cc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2000-08-20 17:23:37 +0000
committerBruno Haible <bruno@clisp.org>2000-08-20 17:23:37 +0000
commit070628a886dfd18140badf1b17015b40626a535c (patch)
treefa95f878499e61823e72ff64c024e840ab1eeadf /src/version.cc
parent1ad4108b348049bf3a4da86178fa66f5d36c6b3a (diff)
downloadgperf-070628a886dfd18140badf1b17015b40626a535c.tar.gz
Bump version number to 2.7.2.
Diffstat (limited to 'src/version.cc')
-rw-r--r--src/version.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.cc b/src/version.cc
index 2e5cf68..8f07c69 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -1,6 +1,6 @@
/* Current program version number.
- Copyright (C) 1989-1998 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2000 Free Software Foundation, Inc.
written by Douglas C. Schmidt (schmidt@ics.uci.edu)
This file is part of GNU GPERF.
@@ -19,4 +19,4 @@ You should have received a copy of the GNU General Public License
along with GNU GPERF; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
-const char *version_string = "2.7";
+const char *version_string = "2.7.2";