Skip to content

Commit

Permalink
bump version in control file for release 8_4_4 (#122)
Browse files Browse the repository at this point in the history
* bump version in control file for release 8_4_4

* changed files names to be consistent with extension version

* update Makefile
  • Loading branch information
davecramer authored Sep 29, 2021
1 parent 5bf6e4f commit dd599f2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PG_CPPFLAGS += $(r_includespec)
SRCS += plr.c pg_conversion.c pg_backend_support.c pg_userfuncs.c pg_rsupport.c
OBJS := $(SRCS:.c=.o)
SHLIB_LINK += -L$(r_libdir1x) -L$(r_libdir2x) -lR
DATA = plr--8.3.0.18--8.4.sql plr--8.4--8.4.1.sql plr--8.4.1--8.4.2.sql plr--8.4.2.sql plr--unpackaged--8.4.2.sql
DATA = plr--8.3.0.18--8.4.sql plr--8.4--8.4.1.sql plr--8.4.1--8.4.2.sql plr--8.4.4.sql plr--unpackaged--8.4.4.sql
REGRESS = plr bad_fun opt_window do out_args plr_transaction opt_window_frame

ifdef USE_PGXS
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion plr.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# plr extension
comment = 'load R interpreter and execute R script from within a database'
default_version = '8.4.2'
default_version = '8.4.4'
module_pathname = '$libdir/plr'
relocatable = true

0 comments on commit dd599f2

Please sign in to comment.