File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ OBJS = src/backend/agensgraph.o \
4848
4949EXTENSION = agensgraph
5050
51- DATA = agensgraph--0.0 .0.sql
51+ DATA = agensgraph--0.1 .0.sql
5252
5353# sorted in dependency order
5454REGRESS = scan \
Original file line number Diff line number Diff line change @@ -712,7 +712,3 @@ PARALLEL SAFE
712712COST 10
713713ROWS 60
714714AS ' MODULE_PATHNAME' ;
715-
716- --
717- -- End of agensgraph--0.0.0.sql
718- --
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- default_version = '0.0 .0'
15+ default_version = '0.1 .0'
1616comment = 'AgensGraph graph database extension'
1717module_pathname = '$libdir/agensgraph'
1818
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = u''
2828# The full version, including alpha/beta/rc tags
29- release = u'0.0 .0'
29+ release = u'0.1 .0'
3030
3131
3232# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments