Bump up version number to 1.4
This commit is contained in:
parent
5db54f4669
commit
992fc538c8
3 changed files with 5 additions and 3 deletions
0
pg_ivm--1.3--1.4.sql
Normal file
0
pg_ivm--1.3--1.4.sql
Normal file
|
|
@ -1,6 +1,6 @@
|
|||
# incremental view maintenance extension_
|
||||
comment = 'incremental view maintenance on PostgreSQL'
|
||||
default_version = '1.3'
|
||||
default_version = '1.4'
|
||||
module_pathname = '$libdir/pg_ivm'
|
||||
relocatable = false
|
||||
schema = pg_catalog
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
Summary: PostgreSQL-based distributed RDBMS
|
||||
Name: %{sname}_%{pgmajorversion}
|
||||
Version: 1.3
|
||||
Version: 1.4
|
||||
Release: 1%{dist}
|
||||
License: BSD
|
||||
Vendor: IVM Development Group
|
||||
|
|
@ -55,8 +55,10 @@ PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} INSTALL_PREFIX=%{buildroot
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 16 2022 - Yugo Nagata <nagata@sraoss.co.jp> 1.4-1
|
||||
- Update to 1.4
|
||||
* Fri Sep 30 2022 - Yugo Nagata <nagata@sraoss.co.jp> 1.3-1
|
||||
- Update to 1.2
|
||||
- Update to 1.3
|
||||
* Mon Jul 25 2022 - Yugo Nagata <nagata@sraoss.co.jp> 1.2-1
|
||||
- Update to 1.2
|
||||
* Thu Jun 23 2022 - Yugo Nagata <nagata@sraoss.co.jp> 1.1-1
|
||||
|
|
|
|||
Loading…
Reference in a new issue