Skip to content

Commit 210876d

Browse files
committed
fix version
1 parent 9c224c4 commit 210876d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PG_CPPFLAGS += -I./src/include
3434
PGFILEDESC = "pg_uprobe - allows measuring postgres functions execution time"
3535

3636
EXTENSION = pg_uprobe
37-
DATA = pg_uprobe--1.0.sql
37+
DATA = pg_uprobe--0.3.sql
3838

3939
REGRESS = pg_uprobe
4040

File renamed without changes.

pg_uprobe.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pg_uprobe extension
22
comment = 'Measure postgres functions execution time'
3-
default_version = '1.0'
3+
default_version = '0.3'
44
module_pathname = '$libdir/pg_uprobe'
55
relocatable = true

0 commit comments

Comments
 (0)