Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zilder committed Sep 5, 2016
1 parent d00a9ae commit e7da26f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OBJS = src/init.o src/relation_info.o src/utils.o src/partition_filter.o src/run
src/pathman_workers.o src/hooks.o src/nodes_common.o src/xact_handling.o $(WIN32RES)

EXTENSION = pg_pathman
EXTVERSION = 1.0_rc1
EXTVERSION = 1.0
DATA_built = $(EXTENSION)--$(EXTVERSION).sql
PGFILEDESC = "pg_pathman - partitioning tool"

Expand Down
4 changes: 2 additions & 2 deletions pg_pathman.control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pg_pathman extension
comment 'Partitioning tool ver. 1.0_rc1'
default_version = '1.0_rc1'
comment 'Partitioning tool ver. 1.0'
default_version = '1.0'
module_pathname='$libdir/pg_pathman'

0 comments on commit e7da26f

Please sign in to comment.