diff options
Diffstat (limited to 'rpt.c')
| -rw-r--r-- | rpt.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "config.h" - #include <errno.h> #include <fcntl.h> #include <limits.h> @@ -73,7 +71,7 @@ print_help() void print_version() { - puts(VERSION); + puts(REPEAT_VERSION); } void |
