Skip to content

Commit

Permalink
M4-quote version number in configure.ac.in.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Dec 23, 2016
1 parent 2de4402 commit d1b5fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
LC_ALL=C

AC_PREREQ(2.59)
AC_INIT(libpqxx, 5.0, [Jeroen T. Vermeulen <jtv@xs4all.nl>])
AC_INIT(libpqxx, [5.0], [Jeroen T. Vermeulen <jtv@xs4all.nl>])
AC_LANG(C++)
AC_CONFIG_SRCDIR([src/connection.cxx])
AC_CONFIG_AUX_DIR(config)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
LC_ALL=C

AC_PREREQ(2.59)
AC_INIT(libpqxx, @PQXXVERSION@, [Jeroen T. Vermeulen <jtv@xs4all.nl>])
AC_INIT(libpqxx, [@PQXXVERSION@], [Jeroen T. Vermeulen <jtv@xs4all.nl>])
AC_LANG(C++)
AC_CONFIG_SRCDIR([src/connection.cxx])
AC_CONFIG_AUX_DIR(config)
Expand Down

0 comments on commit d1b5fb3

Please sign in to comment.