diff options
author | 2014-10-03 17:36:24 -0500 | |
---|---|---|
committer | 2014-10-03 17:36:24 -0500 | |
commit | 0dc29e7c67f25d0978a7da5cd8965514912c5b36 (patch) | |
tree | 278bbeae14f15453e4077b3bfffd14e225c8681e | |
parent | ee00f63d0ffee405de95562f4b88cb92a7b3a033 (diff) | |
download | pseudo-0dc29e7c67f25d0978a7da5cd8965514912c5b36.tar.gz pseudo-0dc29e7c67f25d0978a7da5cd8965514912c5b36.tar.bz2 pseudo-0dc29e7c67f25d0978a7da5cd8965514912c5b36.zip |
call this 1.6.2
-rw-r--r-- | ChangeLog.txt | 1 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index edb85b1..90b38f6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -8,6 +8,7 @@ * (seebs) when renaming, the link of the "old" file name should be contingent on whether *it* was in the database, not whether the *new* name was in the database. Whoops. + * (seebs) 1.6.2 2014-10-02: * (seebs) use sqlite3_bind_int64 for inodes. diff --git a/Makefile.in b/Makefile.in index 11ed1fb..bf9d0f9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,7 +31,7 @@ BITS=@BITS@ ARCH_FLAGS=@ARCH_FLAGS@ MARK64=@MARK64@ RPATH=@RPATH@ -VERSION=1.6.1 +VERSION=1.6.2 LIB=@LIB@ BIN=bin |