Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
usmanm committed May 11, 2016
1 parent ce77597 commit 120b07a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# contrib/pipeline_kafka/Makefile

MODULE_big = pipeline_kafka
OBJS = pipeline_kafka.o

EXTENSION = pipeline_kafka
DATA = pipeline_kafka--0.9.1.sql
DATA = pipeline_kafka--0.9.2.sql

REGRESS = pipeline_kafka

Expand Down
2 changes: 0 additions & 2 deletions pipeline_kafka--0.9.1.sql → pipeline_kafka--0.9.2.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* contrib/pipeline_kafka/pipeline_kafka--0.9.1.sql */

-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION pipeline_kafka" to load this file. \quit

Expand Down
2 changes: 1 addition & 1 deletion pipeline_kafka.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PipelineDB extension for Kafka support
comment = 'PipelineDB extension for Kafka support'
default_version = '0.9.1'
default_version = '0.9.2'
module_pathname = '$libdir/pipeline_kafka'
relocatable = false
schema = pipeline_kafka

0 comments on commit 120b07a

Please sign in to comment.