Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
praxis-core
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
praxis
praxis-core
Commits
1d946faa
Verified
Commit
1d946faa
authored
7 years ago
by
BIGARET Sebastien
Browse files
Options
Downloads
Patches
Plain Diff
Release 2.1
parent
a333206e
Branches
release/2.1
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#107
failed
5 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+2
-0
2 additions, 0 deletions
CHANGES
src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
+2
-2
2 additions, 2 deletions
src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
with
4 additions
and
2 deletions
CHANGES
+
2
−
0
View file @
1d946faa
v2.1
----
- Fix a problem on Mac OS X where the server's internal database could
not be read (it failed with java.sql.SQLException: [SQLITE_NOTADB]
...
...
This diff is collapsed.
Click to expand it.
src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
+
2
−
2
View file @
1d946faa
...
...
@@ -7,13 +7,13 @@ package eu.telecom_bretagne.praxis.common;
*/
public
abstract
class
ReleaseInfo
{
public
static
final
String
release
=
"2.
0
"
;
public
static
final
String
release
=
"2.
1
"
;
public
static
final
int
revision
=
0
;
public
static
final
int
application_revision
=
Configuration
.
getInt
(
"revision"
);
public
static
final
String
release_date
=
"2017-0
7-10
"
;
public
static
final
String
release_date
=
"2017-0
9-07
"
;
/** The date of the packaging. It has always been the same as {@link #release_date}: use the latter field instead */
@Deprecated
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment