Skip to content

Commit

Permalink
Stamp 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed May 23, 2019
1 parent 3a969f4 commit f56258e
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.2.sql
DATA = pgaudit--1.2.1.sql pgaudit--1.2--1.2.1.sql
PGFILEDESC = "pgAudit - An audit logging extension for PostgreSQL"

REGRESS = pgaudit
Expand Down
4 changes: 4 additions & 0 deletions pgaudit--1.2--1.2.1.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* pgaudit/pgaudit--1.2--1.2.1.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.2.sql → pgaudit--1.2.1.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* pgaudit/pgaudit--1.2.sql */
/* pgaudit/pgaudit--1.2.1.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.2'
default_version = '1.2.1'
module_pathname = '$libdir/pgaudit'
relocatable = true

0 comments on commit f56258e

Please sign in to comment.