From 6fadfb98fb0df67a4aa8fa7c8622f3a444816a85 Mon Sep 17 00:00:00 2001 From: Andy Hauser Date: Fri, 11 Jan 2019 09:57:55 +0100 Subject: [PATCH] Bump version to 0.9.9.8. soedling compatibility only. --- VERSION | 2 +- rpm/ffindex.spec | 4 ++-- src/ffindex.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index f818261..9f7428c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.9.7 +0.9.9.8 diff --git a/rpm/ffindex.spec b/rpm/ffindex.spec index ddd768d..9f73182 100644 --- a/rpm/ffindex.spec +++ b/rpm/ffindex.spec @@ -1,10 +1,10 @@ Summary: FFindex is a very simple index/database for huge amounts of small files. Name: ffindex -Version: 0.9.9.7 +Version: 0.9.9.8 Release: 1 License: Create Commons license "Attribution-ShareAlike 3.0" Group: Utilities/System -Source: http://www.splashground.de/~andy/programs/FFindex/ffindex-0.9.9.7.tar.gz +Source: https://github.com/ahcm/ffindex/archive/0.9.9.8.tar.gz %description FFindex is a very simple index/database for huge amounts of small files. The files are stored concatenated in one big data file, seperated by '\0'. A second diff --git a/src/ffindex.h b/src/ffindex.h index e42a888..2e0c11a 100644 --- a/src/ffindex.h +++ b/src/ffindex.h @@ -21,7 +21,7 @@ #include -#define FFINDEX_VERSION 0.997 +#define FFINDEX_VERSION 0.998 #define FFINDEX_COPYRIGHT "\nDesigned and implemented by Andreas Hauser .\n" #define FFINDEX_MAX_INDEX_ENTRIES_DEFAULT 80000000