Skip to content

Commit 2d3937b

Browse files
committed
updated to v1.0.2
1 parent 46f8e23 commit 2d3937b

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
cmake_minimum_required(VERSION 3.0.0)
55

6-
project(qore-sqlite3-module VERSION 1.0.1)
6+
project(qore-sqlite3-module VERSION 1.0.2)
77

88
option(INSTALL_DOCS "Install documentation" OFF)
99

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Process this file with autoconf to produce a configure script.
22

33
# AC_PREREQ(2.59)
4-
AC_INIT([qore-sqlite3-module], [1.0.1],
4+
AC_INIT([qore-sqlite3-module], [1.0.2],
55
[Petr Vanek <petr.vanek@qoretechnologies.com>],
66
[qore-sqlite3-module])
77
AM_INIT_AUTOMAKE

qore-sqlite3-module.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
Summary: Sqlite3 DBI module for Qore
4646
Name: qore-sqlite3-module
47-
Version: 1.0.1
47+
Version: 1.0.2
4848
Release: 1%{dist}
4949
License: LGPL
5050
Group: Development/Languages
@@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
9797
%doc COPYING README RELEASE-NOTES ChangeLog AUTHORS test/sqlite3test-basic.q test/sqlite3test-threading.q test/blob.png docs/sqlite3-module-doc.html
9898

9999
%changelog
100+
* Tue Jul 13 2021 David Nichols <david.nichols@qoretechnologies.com>
101+
- updated to version 1.0.2
102+
100103
* Fri Apr 16 2010 Petr Vanek <petr.vanek@qoretechnologies.com>
101104
- updated to version 1.0.1
102105

0 commit comments

Comments
 (0)