Skip to content

Commit

Permalink
align configure.ac VERSION to GDS_API_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
drossetti committed May 18, 2018
1 parent cab14ec commit a737a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT(libgdsync, 1.1, gpudirect@github.com)
AC_INIT(libgdsync, 2.1, gpudirect@github.com)
AC_CONFIG_SRCDIR([src/mem.hpp])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER(config.h)
Expand Down

0 comments on commit a737a02

Please sign in to comment.