Skip to content

Commit 40c2a42

Browse files
committedAug 31, 2016
change version in Makefile
1 parent 271e4a0 commit 40c2a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ OBJS = src/init.o src/relation_info.o src/utils.o src/partition_filter.o src/run
66
src/pathman_workers.o src/hooks.o src/nodes_common.o src/xact_handling.o $(WIN32RES)
77

88
EXTENSION = pg_pathman
9-
EXTVERSION = 0.1
9+
EXTVERSION = 1.0_rc1
1010
DATA_built = $(EXTENSION)--$(EXTVERSION).sql
1111
PGFILEDESC = "pg_pathman - partitioning tool"
1212

0 commit comments

Comments
 (0)
Please sign in to comment.