Skip to content

Commit

Permalink
Version bumped to 1.0.1 for release on PGXN.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvondra committed Oct 5, 2012
1 parent a5ff7c9 commit 14e6509
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions META.json
Expand Up @@ -2,7 +2,7 @@
"name": "query_recorder",
"abstract": "Records all executed SQL queries into a file, so that you may replay them later.",
"description": "This extension allows you to record all executed queries into a file (or a set of files), so that you may analyze or replay them later.",
"version": "1.0.0",
"version": "1.0.1",
"maintainer": "Tomas Vondra <tv@fuzzy.cz>",
"license": "bsd",
"prereqs": {
Expand All @@ -14,8 +14,8 @@
},
"provides": {
"query_recorder": {
"file": "query_recorder--1.0.0.sql",
"version": "1.0.0"
"file": "query_recorder--1.0.1.sql",
"version": "1.0.1"
}
},
"resources": {
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@ MODULE_big = query_recorder
OBJS = src/record.o

EXTENSION = query_recorder
DATA = sql/query_recorder--1.0.0.sql
DATA = sql/query_recorder--1.0.1.sql
MODULES = query_recorder

CFLAGS=`pg_config --includedir-server`
Expand Down
4 changes: 2 additions & 2 deletions query_recorder.control
@@ -1,6 +1,6 @@
# query_recorder
comment = 'Allows recording of SQL queries to a separate file.'
default_version = '1.0.0'
default_version = '1.0.1'
relocatable = true

module_pathname = '$libdir/query_recorder'
module_pathname = '$libdir/query_recorder'
File renamed without changes.

0 comments on commit 14e6509

Please sign in to comment.