firtst release
Revision | 3ef56b774199a2b695d0b56f34817f12ed7707df (tree) |
---|---|
Time | 2014-09-05 13:21:52 |
Author | Kyotaro Horiguchi <horiguchi.kyotaro@lab....> |
Commiter | Kyotaro Horiguchi |
Change version to 1.1.1.
@@ -12,7 +12,7 @@ REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_ | ||
12 | 12 | REGRESS_OPTS = --encoding=UTF8 |
13 | 13 | |
14 | 14 | EXTENSION = pg_hint_plan |
15 | -DATA = pg_hint_plan--1.0.sql | |
15 | +DATA = pg_hint_plan--1.1.1.sql | |
16 | 16 | |
17 | 17 | EXTRA_CLEAN = sql/ut-fdw.sql expected/ut-fdw.out |
18 | 18 |
@@ -1,6 +1,6 @@ | ||
1 | 1 | # pg_hint_plan extension |
2 | 2 | |
3 | 3 | comment = '' |
4 | -default_version = '1.0' | |
4 | +default_version = '1.1.1' | |
5 | 5 | relocatable = false |
6 | 6 | schema = hint_plan |