Skip to content

Commit

Permalink
Updating VERSION file and fix the doc tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
woodbri committed Sep 5, 2013
1 parent 9326c86 commit e29440a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.0-rc1-105-g592406b develop
v2.0.0-rc2-0-g9326c86 develop
2 changes: 1 addition & 1 deletion doc/test/sampledata.data
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CREATE TABLE edge_table (
y1 double precision,
x2 double precision,
y2 double precision,
the_geom geometry(Linestring)
the_geom geometry
);

INSERT INTO edge_table (cost,reverse_cost,x1,y1,x2,y2) VALUES ( 1, 1, 2,0, 2,1);
Expand Down
2 changes: 1 addition & 1 deletion doc/test/sampledata.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CREATE TABLE edge_table (
y1 double precision,
x2 double precision,
y2 double precision,
the_geom geometry(Linestring)
the_geom geometry
);

INSERT INTO edge_table (cost,reverse_cost,x1,y1,x2,y2) VALUES ( 1, 1, 2,0, 2,1);
Expand Down

0 comments on commit e29440a

Please sign in to comment.