summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wong2024-09-20 21:52:30 +0000
committerMark Wong2024-09-20 21:52:30 +0000
commit274b358ea0a9e485637254334151826bf2c717e8 (patch)
treeebd5c4ea53dcdc1d65eed32fc4546954d0436804
parent2dd5bde351a895b76471e92456a89afe97db78be (diff)
Bump version to 0.0.12v0.0.12main
-rw-r--r--META.json4
-rw-r--r--pg_proctab.control2
2 files changed, 3 insertions, 3 deletions
diff --git a/META.json b/META.json
index 285eff7..fd880a9 100644
--- a/META.json
+++ b/META.json
@@ -2,7 +2,7 @@
"name": "pg_proctab",
"abstract": "Access operating system process tables from PostgreSQL",
"description": "pg_proctab is a collection of stored functions that can access the operating systems process table so that system statitics can be queried through the database.",
- "version": "0.0.10",
+ "version": "0.0.12",
"maintainer": "Mark Wong",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
@@ -11,7 +11,7 @@
"pg_proctab": {
"abstract": "Operating system process table",
"file": "sql/pg_proctab.sql",
- "version": "0.0.10"
+ "version": "0.0.12"
}
},
"resources": {
diff --git a/pg_proctab.control b/pg_proctab.control
index d0a9d7a..7c0dd73 100644
--- a/pg_proctab.control
+++ b/pg_proctab.control
@@ -1,5 +1,5 @@
# pg_proctab extension
comment = 'Access operating system process table'
-default_version = '0.0.10'
+default_version = '0.0.12'
module_pathname = '$libdir/pg_proctab'
relocatable = true