Skip to content

Commit a31c6ab

Browse files
author
Praveen Narayanappa
committed
Version Change
1 parent 78f7332 commit a31c6ab

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

IBM_DB_Adapter/ibm_db/IBM_DB.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# +----------------------------------------------------------------------+
22
# | Licensed Materials - Property of IBM |
33
# | |
4-
# | (C) Copyright IBM Corporation 2006- 2018 |
4+
# | (C) Copyright IBM Corporation 2006- 2022 |
55
# +----------------------------------------------------------------------+
66

77
require 'rubygems'
@@ -10,7 +10,7 @@ require 'pathname'
1010
Gem::Specification.new do |spec|
1111
# Required spec
1212
spec.name = 'ibm_db'
13-
spec.version = '5.2.0'
13+
spec.version = '5.3.0'
1414
spec.summary = 'Rails Driver and Adapter for IBM Data Servers: {DB2 on Linux/Unix/Windows, DB2 on zOS, DB2 on i5/OS, Informix (IDS)}'
1515

1616
# Optional spec

IBM_DB_Adapter/ibm_db/ext/ibm_db.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Licensed Materials - Property of IBM |
44
| |
5-
| (C) Copyright IBM Corporation 2006 - 2017 |
5+
| (C) Copyright IBM Corporation 2006 - 2022 |
66
+----------------------------------------------------------------------+
77
| Authors: Sushant Koduru, Lynh Nguyen, Kanchana Padmanabhan, |
88
| Dan Scott, Helmut Tessarek, Sam Ruby, Kellen Bombardier, |
@@ -12,7 +12,7 @@
1212
+----------------------------------------------------------------------+
1313
*/
1414

15-
#define MODULE_RELEASE "3.0.5"
15+
#define MODULE_RELEASE "3.0.6"
1616

1717
#ifdef HAVE_CONFIG_H
1818
#include "config.h"

IBM_DB_Driver/ibm_db.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Licensed Materials - Property of IBM |
44
| |
5-
| (C) Copyright IBM Corporation 2006 - 2017 |
5+
| (C) Copyright IBM Corporation 2006 - 2022 |
66
+----------------------------------------------------------------------+
77
| Authors: Sushant Koduru, Lynh Nguyen, Kanchana Padmanabhan, |
88
| Dan Scott, Helmut Tessarek, Sam Ruby, Kellen Bombardier, |
@@ -12,7 +12,7 @@
1212
+----------------------------------------------------------------------+
1313
*/
1414

15-
#define MODULE_RELEASE "3.0.5"
15+
#define MODULE_RELEASE "3.0.6"
1616

1717
#ifdef HAVE_CONFIG_H
1818
#include "config.h"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ibm_db gem version 5.2.0
77
88
Requirements:
99
Ruby should be installed(Ruby version should be >=2.5.x and <= 3.0.x)
10-
For developing rails appications Rails should be 6.0.x
10+
For developing rails appications Rails should be 6.1.x
1111
```
1212

1313

0 commit comments

Comments
 (0)