diff options
author | 2021-09-21 17:49:18 +0200 | |
---|---|---|
committer | 2021-09-21 17:49:18 +0200 | |
commit | b3d35fbcf7a1ac669c2e80fbd58920941a5d4c0c (patch) | |
tree | d1253b019f1fea1d98314597130adc8f3fdf67bb | |
parent | bd2e44633abb2fd5d0ecee2be540438edc5f6eb2 (diff) | |
download | libimobiledevice-b3d35fbcf7a1ac669c2e80fbd58920941a5d4c0c.tar.gz libimobiledevice-b3d35fbcf7a1ac669c2e80fbd58920941a5d4c0c.tar.bz2 |
configure: Revert accidentally committed change with git-version-gen
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d7f15bf..cdd388b 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -2,7 +2,7 @@ | |||
2 | # Process this file with autoconf to produce a configure script. | 2 | # Process this file with autoconf to produce a configure script. |
3 | 3 | ||
4 | AC_PREREQ([2.68]) | 4 | AC_PREREQ([2.68]) |
5 | AC_INIT([libimobiledevice], [m4_esyscmd([./git-version-gen .tarball-version])], [https://github.com/libimobiledevice/libimobiledevice/issues], [], [https://libimobiledevice.org]) | 5 | AC_INIT([libimobiledevice], [1.3.1], [https://github.com/libimobiledevice/libimobiledevice/issues], [], [https://libimobiledevice.org]) |
6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) | 6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) |
7 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) | 7 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) |
8 | AC_CONFIG_SRCDIR([src/]) | 8 | AC_CONFIG_SRCDIR([src/]) |