-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0131a10
commit 60d39fc
Showing
23 changed files
with
98 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
upscaledb 2.2.2 Fr 10. Mär 21:33:03 CET 2017 | ||
upscaledb 2.2.1 Fr 10. Mär 21:33:03 CET 2017 | ||
(C) Christoph Rupp, [email protected]; http://www.upscaledb.com | ||
|
||
This is the README file of upscaledb. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ dnl information | |
dnl | ||
|
||
dnl Initialize autoconf/automake | ||
AC_INIT([upscaledb], [2.2.2], [https://upscaledb.com]) | ||
AC_INIT([upscaledb], [2.2.1], [https://upscaledb.com]) | ||
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall]) | ||
AC_CONFIG_MACRO_DIR(m4) | ||
AC_COPYRIGHT([Copyright (C) 2005-2017 Christoph Rupp ([email protected])]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file upscaledb.h | ||
* @brief Include file for upscaledb embedded database | ||
* @author Christoph Rupp, [email protected] | ||
* @version 2.2.2 | ||
* @version 2.2.1 | ||
* | ||
* @mainpage | ||
* | ||
|
@@ -143,7 +143,7 @@ extern "C" { | |
*/ | ||
#define UPS_VERSION_MAJ 2 | ||
#define UPS_VERSION_MIN 2 | ||
#define UPS_VERSION_REV 2 | ||
#define UPS_VERSION_REV 1 | ||
#define UPS_FILE_VERSION 5 | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
/** | ||
* @file upscaledb.hpp | ||
* @author Christoph Rupp, [email protected] | ||
* @version 2.2.2 | ||
* @version 2.2.1 | ||
* | ||
* This C++ wrapper class is a very tight wrapper around the C API. It does | ||
* not attempt to be STL compatible. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @file upscaledb_uqi.h | ||
* @brief Include file for upscaledb Query Interface | ||
* @author Christoph Rupp, [email protected] | ||
* @version 2.2.2 | ||
* @version 2.2.1 | ||
* | ||
* This API is EXPERIMENTAL!! The interface is not yet stable. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.