You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by jg...@apache.org on 2021/01/11 18:01:47 UTC

[incubator-age] branch master updated: Change AGE version from 0.2.0 to 0.3.0

This is an automated email from the ASF dual-hosted git repository.

jgemignani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cadb6a  Change AGE version from 0.2.0 to 0.3.0
6cadb6a is described below

commit 6cadb6aeb926e80629cb281aeeb2394c115cba64
Author: John Gemignani <jr...@gmail.com>
AuthorDate: Mon Jan 11 09:59:06 2021 -0800

    Change AGE version from 0.2.0 to 0.3.0
---
 Makefile                         | 2 +-
 age--0.2.0.sql => age--0.3.0.sql | 0
 age.control                      | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 13d0f83..aad6958 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ OBJS = src/backend/age.o \
 
 EXTENSION = age
 
-DATA = age--0.2.0.sql
+DATA = age--0.3.0.sql
 
 # sorted in dependency order
 REGRESS = scan \
diff --git a/age--0.2.0.sql b/age--0.3.0.sql
similarity index 100%
rename from age--0.2.0.sql
rename to age--0.3.0.sql
diff --git a/age.control b/age.control
index dba1fb3..923a0aa 100644
--- a/age.control
+++ b/age.control
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-default_version = '0.2.0'
+default_version = '0.3.0'
 comment = 'AGE database extension'
 module_pathname = '$libdir/age'