Skip to content

Commit

Permalink
update for 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knonomura committed Aug 26, 2021
1 parent 8ec38c9 commit 9933506
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT([GridDB], [4.6.0])
AC_INIT([GridDB], [4.6.1])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE

Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
griddb (4.6.0) unstable; urgency=medium
griddb (4.6.1) unstable; urgency=medium

* Non-maintainer upload.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Section: unknown
Priority: extra
Maintainer: Katsuhiko Nonomura <[email protected]>
Build-Depends: debhelper (>= 10)
Standards-Version: 4.6.0
Standards-Version: 4.6.1
Homepage: https://github.com/griddb/griddb

Package: griddb
Architecture: amd64
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.8)
Description: GridDB Community Edition
GridDB is a high performance, high scalability and high reliability database for big data.
GridDB is Database for IoT with both NoSQL interface and SQL Interface.
2 changes: 1 addition & 1 deletion installer/SPECS/griddb.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define griddb_name griddb
%define griddb_ver 4.6.0
%define griddb_ver 4.6.1
%define griddb_instdir /usr/griddb-%{griddb_ver}
%define griddb_homedir /var/lib/gridstore
# do not strip
Expand Down
2 changes: 1 addition & 1 deletion java_client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.griddb</groupId>
<artifactId>gridstore</artifactId>
<version>4.6.0</version>
<version>4.6.1</version>
<packaging>jar</packaging>
<name>com.github.griddb:java_client</name>
<description>Java Client for GridDB CE</description>
Expand Down

0 comments on commit 9933506

Please sign in to comment.