Skip to content

Commit

Permalink
change version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zilder committed Aug 31, 2016
1 parent 271e4a0 commit 40c2a42
Showing 1 changed file with 1 addition and 1 deletion.
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 = 0.1
EXTVERSION = 1.0_rc1
DATA_built = $(EXTENSION)--$(EXTVERSION).sql
PGFILEDESC = "pg_pathman - partitioning tool"

Expand Down

0 comments on commit 40c2a42

Please sign in to comment.