Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
064e19ed
Commit
064e19ed
authored
Nov 17, 2020
by
legoc
Browse files
(split) Changed version to 1.0.1 for C++ API
parent
cdc2a348
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
064e19ed
...
@@ -2,7 +2,7 @@ if(NOT DEFINED PROJECT_NAME)
...
@@ -2,7 +2,7 @@ if(NOT DEFINED PROJECT_NAME)
cmake_minimum_required
(
VERSION 3.7.2
)
cmake_minimum_required
(
VERSION 3.7.2
)
# Project name and version
# Project name and version
project
(
cameo VERSION 1.0.
0
LANGUAGES CXX
)
project
(
cameo VERSION 1.0.
1
LANGUAGES CXX
)
endif
()
endif
()
include
(
GNUInstallDirs
)
include
(
GNUInstallDirs
)
...
...
ChangeLog
View file @
064e19ed
1.0.1
-----
* Some minor changes to compile under Visual Studio 19.
1.0.0
1.0.0
-----
-----
...
...
include/cameo.h
View file @
064e19ed
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#define CAMEO_API_VERSION_MAJOR 1
#define CAMEO_API_VERSION_MAJOR 1
#define CAMEO_API_VERSION_MINOR 0
#define CAMEO_API_VERSION_MINOR 0
#define CAMEO_API_VERSION_REVISION
0
#define CAMEO_API_VERSION_REVISION
1
#include
"Application.h"
#include
"Application.h"
#include
"Server.h"
#include
"Server.h"
...
...
Shervin Nourbakhsh
@nourbakhsh
mentioned in commit
46e44691
·
Apr 23, 2021
mentioned in commit
46e44691
mentioned in commit 46e44691a03808a23a464818487b0dd014a9c57e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment