Showing
2 changed files
with
4 additions
and
4 deletions
... | ... | @@ -3,14 +3,14 @@ |
3 | 3 | |
4 | 4 | AC_PREREQ([2.68]) |
5 | 5 | AC_INIT([libtrhash], |
6 | - [0.0.0], | |
6 | + [1.0.0], | |
7 | 7 | [Georg Hopp <georg@steffers.org>]) |
8 | 8 | LT_INIT |
9 | 9 | AM_INIT_AUTOMAKE |
10 | 10 | #AM_INIT_AUTOMAKE([subdir-objects]) |
11 | 11 | AM_SILENT_RULES([yes]) |
12 | -AC_COPYRIGHT([Copyright © 2013 Georg Hopp]) | |
13 | -AC_REVISION([0.0.0]) | |
12 | +AC_COPYRIGHT([Copyright © 2016 Georg Hopp]) | |
13 | +AC_REVISION([1.0.0]) | |
14 | 14 | AC_CONFIG_SRCDIR([src/sdbm.c]) |
15 | 15 | AC_CONFIG_HEADERS([config.h]) |
16 | 16 | AC_CONFIG_MACRO_DIR([m4]) | ... | ... |
... | ... | @@ -25,7 +25,7 @@ bin_PROGRAMS = trsha1speed trencodespeed |
25 | 25 | libtrhashing_la_SOURCES = $(TR_HASH) |
26 | 26 | libtrhashing_la_CFLAGS = $(AM_CFLAGS) $(OPENSSL) |
27 | 27 | libtrhashing_la_LIBADD = |
28 | -libtrhashing_la_LDFLAGS = -version-info 0:0:0 $(AM_LDFLAGS) | |
28 | +libtrhashing_la_LDFLAGS = -version-info 1:0:0 $(AM_LDFLAGS) | |
29 | 29 | |
30 | 30 | trsha1speed_SOURCES = sha1speed.c |
31 | 31 | trsha1speed_CFLAGS = $(AM_CFLAGS) $(OPENSSL) | ... | ... |
Please
register
or
login
to post a comment