Skip to content

Commit 4bdf5e1

Browse files
committed
Release of v2.11
1 parent 5756b66 commit 4bdf5e1

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[dev_2.11]
1+
2.11
22
- Backports from 2.80: Bug fix in #193: sometimes IEEEXplore stalls during fetch
33
- Backports from 2.80: Fixes #194 and #244: JabRef starts again on Win XP and Win Vista
44
- Backports from 2.80: Fixes #103: JDialog for auto set links is opened and closed correctly

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# JabRef development version (2.11 line)
1+
# JabRef 2.11
22

33
[![Build Status](https://api.travis-ci.org/JabRef/jabref.png?branch=dev_2.11)](https://travis-ci.org/JabRef/jabref)
44
[![Join the chat at https://gitter.im/JabRef/jabref](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/JabRef/jabref?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

6-
This version is a development version. Features may not work as expected.
7-
86
The branch of this README file is `dev_2.11`.
97
This branch is intended for maintenance releases in the 2.11 line with Java 6 compatibility and plugin support.
108
The main goal is to include important fixes only.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test {
4747
}
4848
}
4949

50-
version = "2.11dev"
50+
version = "2.11"
5151

5252
repositories {
5353
jcenter()

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
3333

3434
<!-- some version information -->
35-
<property name="jabref.version" value="2.11dev" />
35+
<property name="jabref.version" value="2.11" />
3636
<property name="jabref.version.full" value="2.11.6.0" /> <!-- a version number with 4 places. Required by launch4j -->
3737
<property name="jabref.year" value="2015" />
3838
<property name="jabref.placeholder.version" value="@version@" />

0 commit comments

Comments
 (0)