From d9a0f9d80d66bba1a80874130fe3c00c8fb6f2a0 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 12 Apr 2016 15:56:16 +0200 Subject: [PATCH] fix project name --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 15c42c1..1afcef1 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([libtrhash], +AC_INIT([libtrdata], [1.0.0], [Georg Hopp ]) LT_INIT