Skip to content

Commit

Permalink
Bump up version number to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yugo-n committed Dec 16, 2022
1 parent 5db54f4 commit 992fc53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Empty file added pg_ivm--1.3--1.4.sql
Empty file.
2 changes: 1 addition & 1 deletion pg_ivm.control
Original file line number Diff line number Diff line change
@@ -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
6 changes: 4 additions & 2 deletions rpm/pg_ivm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -55,8 +55,10 @@ PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} INSTALL_PREFIX=%{buildroot
%endif

%changelog
* Fri Dec 16 2022 - Yugo Nagata <[email protected]> 1.4-1
- Update to 1.4
* Fri Sep 30 2022 - Yugo Nagata <[email protected]> 1.3-1
- Update to 1.2
- Update to 1.3
* Mon Jul 25 2022 - Yugo Nagata <[email protected]> 1.2-1
- Update to 1.2
* Thu Jun 23 2022 - Yugo Nagata <[email protected]> 1.1-1
Expand Down

0 comments on commit 992fc53

Please sign in to comment.