Skip to content

Commit

Permalink
Update configure.ac with autoupdate, bump version for 1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
philpem committed Sep 14, 2023
1 parent ba45051 commit 09b61bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(ptouch-driver, 1.5, [email protected])
AC_PREREQ([2.71])
AC_INIT([ptouch-driver],[1.7],[[email protected]])
AM_INIT_AUTOMAKE([-Wall -Wno-portability])
AC_CONFIG_SRCDIR([rastertoptch.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])

# Checks for programs.
AC_PROG_CC
Expand Down

0 comments on commit 09b61bc

Please sign in to comment.