Skip to content

Commit

Permalink
Stamp 1.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Oct 5, 2020
1 parent a076f23 commit 634911b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MODULE_big = pgaudit
OBJS = pgaudit.o $(WIN32RES)

EXTENSION = pgaudit
DATA = pgaudit--1.0.7.sql pgaudit--1.0--1.0.6.sql pgaudit--1.0.6--1.0.7.sql
DATA = pgaudit--1.0.8.sql pgaudit--1.0--1.0.6.sql pgaudit--1.0.6--1.0.7.sql pgaudit--1.0.7--1.0.8.sql
PGFILEDESC = "pgAudit - An audit logging extension for PostgreSQL"

REGRESS = pgaudit
Expand Down
4 changes: 4 additions & 0 deletions pgaudit--1.0.7--1.0.8.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* pgaudit/pgaudit--1.0.7--1.0.8.sql */

-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION pgaudit" to load this file.\quit
2 changes: 1 addition & 1 deletion pgaudit--1.0.7.sql → pgaudit--1.0.8.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* pgaudit/pgaudit--1.0.7.sql */
/* pgaudit/pgaudit--1.0.8.sql */

-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION pgaudit" to load this file.\quit
Expand Down
2 changes: 1 addition & 1 deletion pgaudit.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pgaudit extension
comment = 'provides auditing functionality'
default_version = '1.0.7'
default_version = '1.0.8'
module_pathname = '$libdir/pgaudit'
relocatable = true

0 comments on commit 634911b

Please sign in to comment.