diff options
Diffstat (limited to 'util/nvramtool/common.c')
-rw-r--r-- | util/nvramtool/common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/nvramtool/common.c b/util/nvramtool/common.c index cb9e9c817b..f59be8a02e 100644 --- a/util/nvramtool/common.c +++ b/util/nvramtool/common.c @@ -1,6 +1,5 @@ /*****************************************************************************\ * common.c - * $Id$ ***************************************************************************** * Copyright (C) 2002-2005 The Regents of the University of California. * Produced at the Lawrence Livermore National Laboratory. @@ -35,7 +34,7 @@ const char prog_name[] = "nvramtool"; /* version of this program */ -const char prog_version[] = "2.0.1"; +const char prog_version[] = "2.1"; /**************************************************************************** * get_line_from_file |