Skip to content

Commit

Permalink
Make sure tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Sep 28, 2016
1 parent 08b67b0 commit 8c4febe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion expected/plr.out
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SELECT plr_version();
plr_version
-------------
08.03.00.16
08.03.00.17
(1 row)

-- make typenames available in the global namespace
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion plr.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#ifndef PLR_H
#define PLR_H

#define PLR_VERSION "08.03.00.16"
#define PLR_VERSION "08.03.00.17"

#include "postgres.h"

Expand Down

0 comments on commit 8c4febe

Please sign in to comment.