Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
e116e159
Commit
e116e159
authored
Dec 07, 2017
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.88.2
parent
89365856
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
7 deletions
+5
-7
ROADMAP
ROADMAP
+1
-4
Version
Version
+1
-1
doc/manual.tex
doc/manual.tex
+1
-1
opam/why3-base/opam
opam/why3-base/opam
+1
-0
opam/why3/opam
opam/why3/opam
+1
-1
No files found.
ROADMAP
View file @
e116e159
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
* check/update the content of the About dialog in src/ide/gconfig.ml
* check/update the content of the About dialog in src/ide/gconfig.ml
around lines 550-600
around lines 550-600
* check headers
* check headers
* check the file CHANGES, add the release date
* check the file CHANGES
.md
, add the release date
* generate documentation
* generate documentation
- update the date in doc/manual.tex (near \whyversion{})
- update the date in doc/manual.tex (near \whyversion{})
...
@@ -158,9 +158,6 @@
...
@@ -158,9 +158,6 @@
- make (to check validity)
- make (to check validity)
- make export
- make export
* add a new version to the bugtracker:
https://gforge.inria.fr/tracker/admin/?group_id=2990&atid=10293&add_extrafield=1
* The next commit : add +git to the version in file Version
* The next commit : add +git to the version in file Version
* prepare the OPAM package
* prepare the OPAM package
...
...
Version
View file @
e116e159
# Why version
# Why version
VERSION=0.88.
1
VERSION=0.88.
2
doc/manual.tex
View file @
e116e159
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
%BEGIN LATEX
%BEGIN LATEX
\begin{LARGE}
\begin{LARGE}
%END LATEX
%END LATEX
Version
\whyversion
{}
,
Nov
ember 2017
Version
\whyversion
{}
,
Dec
ember 2017
%BEGIN LATEX
%BEGIN LATEX
\end{LARGE}
\end{LARGE}
%END LATEX
%END LATEX
...
...
opam/why3-base/opam
View file @
e116e159
...
@@ -62,4 +62,5 @@ conflicts: [
...
@@ -62,4 +62,5 @@ conflicts: [
"lablgtk" {< "2.14.2"}
"lablgtk" {< "2.14.2"}
"ocamlgraph" {< "1.8.2"}
"ocamlgraph" {< "1.8.2"}
"coq" {< "8.4"}
"coq" {< "8.4"}
"coq" {>= "8.8"}
]
]
opam/why3/opam
View file @
e116e159
...
@@ -23,7 +23,7 @@ tags: [
...
@@ -23,7 +23,7 @@ tags: [
]
]
available: [ ocaml-version >= "4.02.3" ]
available: [ ocaml-version >= "4.02.3" ]
depends: [
depends: [
"why3-base" { = "0.88.
1
" }
"why3-base" { = "0.88.
2
" }
"lablgtk"
"lablgtk"
"conf-gtksourceview"
"conf-gtksourceview"
"zarith"
"zarith"
...
...
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