Skip to content

Commit

Permalink
Alpha release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshInnis committed Jun 30, 2020
1 parent e6dffe0 commit 3fbaffd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ OBJS = src/backend/age.o \

EXTENSION = age

DATA = age--0.1.0.sql
DATA = age--0.2.0.sql

# sorted in dependency order
REGRESS = scan \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Apache AGE(Incubating)
==========

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

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

Expand All @@ -22,15 +22,15 @@ Requirements

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.

Apache AGE 0.1.0 supports PostgreSQL 11.
Apache AGE 0.2.0 supports PostgreSQL 11.

Installation Procedure
----------------------

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.

$ make install

If the path to your Postgres installation is not in the PATH variable, add the path in the arguements:

$ make PG_CONFIG=/path/to/postgres/bin/pg_config install
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion age.control
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

default_version = '0.1.0'
default_version = '0.2.0'
comment = 'AGE database extension'
module_pathname = '$libdir/age'

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = u'0.1.0'
release = u'0.2.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 3fbaffd

Please sign in to comment.