diff --git a/include/ofc/version.h b/include/ofc/version.h new file mode 100755 index 0000000..bd679c1 --- /dev/null +++ b/include/ofc/version.h @@ -0,0 +1,45 @@ +/* Copyright (c) 2021 Connected Way, LLC. All rights reserved. + * Use of this source code is governed by a Creative Commons + * Attribution-NoDerivatives 4.0 International license that can be + * found in the LICENSE file. + */ +#if !defined(__VERSION_H__) +#define __VERSION_H__ + +/** + * \defgroup version Open Files Version + * + * These defines can be used to identify the version of the framework + * in use. These will be updated periodically. + */ + +/** \{ */ + +/** + * Major version. Defines a major rewrite of the software. + * + * For historical purposes, the major versions so far have been: + * + * - 1.* Original CIFS stack based on a book by Chris Hertel (2000-2005) + * - 2.* Rewrite the framework core (2005-2006) + * - 3.* Rewrite of the CIFS stack (2006-2015) + * - 4.* Rebrand to ConnectedSMB, Add Android/iOS (2015-2021) + * - 5.* Rebrand to Open Files, Change build/packaging (2021-present) + */ +#define OFC_SHARE_MAJOR 5 +/** + * Minor Version. Updated with new functionality. + * + * Currently we are at the initial release of OpenFiles 5 + */ +#define OFC_SHARE_MINOR 0 +/** + * Tag or patch level. + * + * May be a commit id, tag, or id. + */ +#define OFC_SHARE_TAG "2" + +/** \} */ + +#endif diff --git a/of_core b/of_core index c086c78..f0fb9a1 160000 --- a/of_core +++ b/of_core @@ -1 +1 @@ -Subproject commit c086c78b2863f0c8494d58806914f50ff59be9f6 +Subproject commit f0fb9a1ae5249502dc5ed180f1e8b25f98a5e546 diff --git a/of_core_android b/of_core_android index db0dfc7..7fd51a2 160000 --- a/of_core_android +++ b/of_core_android @@ -1 +1 @@ -Subproject commit db0dfc76bcffbb09bec5c4d0cd004a5e9ef01dd8 +Subproject commit 7fd51a26d7d853dcb495aad5266e94abd27117f8 diff --git a/of_smb b/of_smb index 35239a8..e8466a3 160000 --- a/of_smb +++ b/of_smb @@ -1 +1 @@ -Subproject commit 35239a86647e5fb676eb229c966f76a11325cbd2 +Subproject commit e8466a3d593d02b812edd43b978b13ed7d40502e diff --git a/of_smb_server b/of_smb_server index cf8ace6..0d715dd 160000 --- a/of_smb_server +++ b/of_smb_server @@ -1 +1 @@ -Subproject commit cf8ace6230ae06f4aef8d0f195d053765057c6f7 +Subproject commit 0d715dd29723f6c430c8a5ee29ce2ddb98d4f9c0