Skip to content

Commit 33cea21

Browse files
Merge pull request #207 from ptorrestr/fix-version
Change package version in configure.ac
2 parents 85987fa + c828645 commit 33cea21

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([libhdt], [1.1.2], [some@email.com], [hdt], [https://github.com/rdfhdt/hdt-cpp])
1+
AC_INIT([libhdt], [1.3.3], [some@email.com], [hdt], [https://github.com/rdfhdt/hdt-cpp])
22
AC_CONFIG_MACRO_DIR([m4])
33
AC_CONFIG_AUX_DIR([build])
44
AC_CONFIG_HEADERS([build/config.h])

libhdt/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ src/util/crc8.h\
107107
src/util/filemap.h\
108108
src/util/Histogram.h\
109109
src/util/lru_cache.h\
110+
src/util/lrucache.hpp\
110111
src/util/mygetopt.h\
111112
src/util/propertyutil.h\
112113
third/gzstream.h\

0 commit comments

Comments
 (0)