From 62ff5212552e0367d53a046e3fdccb155ba7d88f Mon Sep 17 00:00:00 2001 From: Eusebio Resende Date: Wed, 8 Feb 2023 05:48:23 -0500 Subject: [PATCH] Update to version 2.0.2 --- CMakeLists.txt | 4 ++-- LICENSE | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 082e7a4..1ef991c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,14 +3,14 @@ # This software is licensed under the MIT License EXCEPT WHERE OTHERWISE NOTED! # See the LICENSE file provided with this software. -set(NUOODBC_COPYRIGHT "(C) Copyright NuoDB, Inc. 2011-2022 All Rights Reserved.") +set(NUOODBC_COPYRIGHT "(C) Copyright NuoDB, Inc. 2011-2023 All Rights Reserved.") cmake_minimum_required(VERSION 3.12) project(NuoODBC CXX) set(NUOODBC_PRODUCT "NuoDB ODBC Driver") -set(NUOODBC_VERSION 2 0 1) +set(NUOODBC_VERSION 2 0 2) include(FindThreads) include(CTest) diff --git a/LICENSE b/LICENSE index 2737c05..03d10f9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2022 NuoDB, Inc. +Copyright (c) 2020-2023 NuoDB, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal