diff --git a/libmdds.spec b/libmdds.spec index 362f195..f677d8b 100644 --- a/libmdds.spec +++ b/libmdds.spec @@ -1,9 +1,9 @@ %define with_mem_tests 0 %define with_perf_tests 0 -#%define apiver %(echo %version|cut -d. -f1-2) -%define apiver 1.2 +%define apiver %(echo %version|cut -d. -f1-2) +#% define apiver 1.4 Name: libmdds -Version: 1.3.1 +Version: 1.4.3 Release: 1mamba Summary: A collection of multi-dimensional data structure and indexing algorithm (mdds) Group: System/Libraries @@ -86,9 +86,12 @@ rm -rf %{buildroot}%{_docdir} %dir %{_includedir}/mdds-%{apiver}/mdds %{_includedir}/mdds-%{apiver}/mdds/* %{_datadir}/pkgconfig/mdds-%{apiver}.pc -%doc AUTHORS VERSION +%doc AUTHORS %changelog +* Mon Dec 10 2018 Automatic Build System 1.4.3-1mamba +- automatic version update by autodist + * Sat Jan 06 2018 Automatic Build System 1.3.1-1mamba - automatic version update by autodist