Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
PALISADE
PALISADE Development
Commits
e3cb37d5
Commit
e3cb37d5
authored
Dec 24, 2018
by
Jerry Ryan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
versions
parent
0aa1e6a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.common
Makefile.common
+1
-1
lbcrypto-doxy-config
lbcrypto-doxy-config
+1
-1
src/version.h
src/version.h
+1
-1
No files found.
Makefile.common
View file @
e3cb37d5
...
...
@@ -75,7 +75,7 @@ endif
ROOTDIR
:=
$(
shell
dirname
$(
realpath
$(
lastword
$(MAKEFILE_LIST)
)))
PACKAGE
:=
palisade
VERSION
:=
1.
3
.0
VERSION
:=
1.
4
.0
#build directory
BUILDDIR
:=
build
...
...
lbcrypto-doxy-config
View file @
e3cb37d5
...
...
@@ -38,7 +38,7 @@ PROJECT_NAME = "PALISADE Lattice Crypto Library"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = "v1.
3
"
PROJECT_NUMBER = "v1.
4.0
"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
...
...
src/version.h
View file @
e3cb37d5
...
...
@@ -28,7 +28,7 @@
#define SRC_VERSION_H_
#include <string>
#define PALISADE_VERSION "v1.
3
.0"
#define PALISADE_VERSION "v1.
4
.0"
/**
* Returns PALISADE Version string
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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