Skip to content

Commit 5d23e46

Browse files
committed
Release v4.0
1 parent 84fe33b commit 5d23e46

File tree

3 files changed

+5
-54
lines changed

3 files changed

+5
-54
lines changed

CHANGELOG.md

Lines changed: 2 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Here, the categories "Changed" for added and changed functionality,
99
We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#NUM`.
1010

1111

12-
## [Unreleased]
12+
## [4.0] - 2017-10-04
1313

1414
### Changed
1515

@@ -54,53 +54,6 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
5454
- We removed support for LatexEditor, as it is not under active development. [#3199](https://github.com/JabRef/jabref/issues/3199)
5555

5656

57-
58-
59-
60-
61-
62-
63-
64-
65-
66-
67-
68-
69-
70-
71-
72-
73-
74-
75-
76-
77-
78-
79-
80-
81-
82-
83-
84-
85-
86-
87-
88-
89-
90-
91-
92-
93-
94-
95-
96-
97-
98-
99-
100-
101-
102-
103-
10457
## [4.0-beta3] – 2017-08-16
10558

10659
### Changed
@@ -960,7 +913,7 @@ Since much functionality has changed during development, a release of this versi
960913

961914
The changelog of 2.11 and versions before is maintained as [text file](https://github.com/JabRef/jabref/blob/v2.11.1/CHANGELOG) in the [v2.11.1 tag](https://github.com/JabRef/jabref/tree/v2.11.1).
962915

963-
[unreleased]: https://github.com/JabRef/jabref/compare/v4.0-beta3...HEAD
916+
[4.0]: https://github.com/JabRef/jabref/compare/v4.0-beta3...v4.0
964917
[4.0-beta3]: https://github.com/JabRef/jabref/compare/v4.0-beta2...v4.0-beta3
965918
[4.0-beta2]: https://github.com/JabRef/jabref/compare/v4.0-beta...v4.0-beta2
966919
[4.0-beta]: https://github.com/JabRef/jabref/compare/v3.8.2...v4.0-beta

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# JabRef Development Version
1+
# JabRef Version 4.0
22

33
[![Build Status](https://travis-ci.org/JabRef/jabref.svg?branch=master)](https://travis-ci.org/JabRef/jabref)
44
[![Dependency Status](https://www.versioneye.com/user/projects/557f2723386664002000009c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/557f2723386664002000009c)
55
[![codecov.io](https://codecov.io/github/JabRef/jabref/coverage.svg?branch=master)](https://codecov.io/github/JabRef/jabref?branch=master)
66
[![Donation](https://img.shields.io/badge/donate%20to-jabref-orange.svg)](https://donations.jabref.org)
77

8-
This version is a development version. Features may not work as expected.
9-
108
Development builds are available at [builds.jabref.org](https://builds.jabref.org/master/) whereas the [latest release is available via GitHub](https://github.com/JabRef/jabref/releases/latest).
119

1210
Explanation of donation possibilities and usage of donations is available at our [donations page](https://donations.jabref.org).

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ apply from: 'localization.gradle'
3131
apply from: 'xjc.gradle'
3232

3333
group = "org.jabref"
34-
version = "4.0-dev"
35-
project.ext.threeDotVersion = "4.0.2.1"
34+
version = "4.0"
35+
project.ext.threeDotVersion = "4.0.3.0"
3636
project.ext.install4jDir = hasProperty("install4jDir") ? getProperty("install4jDir") : (OperatingSystem.current().isWindows() ? 'C:/Program Files/install4j6' : 'install4j6')
3737
sourceCompatibility = 1.8
3838
targetCompatibility = 1.8

0 commit comments

Comments
 (0)