Skip to content

Commit 3fbaffd

Browse files
committed
Alpha release 0.2.0
1 parent e6dffe0 commit 3fbaffd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ OBJS = src/backend/age.o \
4949

5050
EXTENSION = age
5151

52-
DATA = age--0.1.0.sql
52+
DATA = age--0.2.0.sql
5353

5454
# sorted in dependency order
5555
REGRESS = scan \

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Apache AGE(Incubating)
44
==========
55

6-
Note: AgensGraph-Extension was renamed to Apache AGE based on Apache requirements since we donated this project to Apache Software Foundation.
6+
Note: AgensGraph-Extension was renamed to Apache AGE based on Apache requirements since we donated this project to Apache Software Foundation.
77

88
Apache AGE is an extension of PostgreSQL that provides an implemtation of the [openCypher](https://www.opencypher.org/) query language.
99

@@ -22,15 +22,15 @@ Requirements
2222

2323
Apache AGE is an extension of PostgreSQL, its build system is based on Postgres' [`Extension Building Infrastructure`](https://www.postgresql.org/docs/11/extend-pgxs.html). Therefore, **pg_config** for the PostgreSQL installation is used to build it.
2424

25-
Apache AGE 0.1.0 supports PostgreSQL 11.
25+
Apache AGE 0.2.0 supports PostgreSQL 11.
2626

2727
Installation Procedure
2828
----------------------
2929

3030
The build process will attempt to use the first path in the PATH environment variable when installing AGE. If the pg_config path if located there, run the following command in the source code directory of Apache AGE to build and install the extension.
3131

3232
$ make install
33-
33+
3434
If the path to your Postgres installation is not in the PATH variable, add the path in the arguements:
3535

3636
$ make PG_CONFIG=/path/to/postgres/bin/pg_config install
File renamed without changes.

age.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
default_version = '0.1.0'
15+
default_version = '0.2.0'
1616
comment = 'AGE database extension'
1717
module_pathname = '$libdir/age'
1818

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = u''
2828
# The full version, including alpha/beta/rc tags
29-
release = u'0.1.0'
29+
release = u'0.2.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)