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
fa70491e
Commit
fa70491e
authored
Mar 20, 2019
by
gwryan@njit.edu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version numbers
parent
f6dfc585
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 @
fa70491e
...
...
@@ -75,7 +75,7 @@ endif
ROOTDIR
:=
$(
shell
dirname
$(
realpath
$(
lastword
$(MAKEFILE_LIST)
)))
PACKAGE
:=
palisade
VERSION
:=
1.
4
.0
VERSION
:=
1.
5
.0
#build directory
BUILDDIR
:=
build
...
...
lbcrypto-doxy-config
View file @
fa70491e
...
...
@@ -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.
4
.0"
PROJECT_NUMBER = "v1.
5
.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 @
fa70491e
...
...
@@ -28,7 +28,7 @@
#define SRC_VERSION_H_
#include <string>
#define PALISADE_VERSION "v1.
4
.0"
#define PALISADE_VERSION "v1.
5
.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