Skip to content

Commit

Permalink
Switch back to development information
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 15, 2015
1 parent 0ee3ef1 commit 4f4c58a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[dev_2.11]
2.11 beta 5
- Backports from 2.80: Fix bug #194: JabRef starts again on Win XP and Win Vista
- Backports from 2.80: Fixes #103: JDialog for auto set links is opened and closed correctly
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# JabRef version 2.11 beta 5
# JabRef development version (2.11 line)

[![Build Status](https://api.travis-ci.org/JabRef/jabref.png?branch=dev_2.11)](https://travis-ci.org/JabRef/jabref)
[![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)

This version is a beta version. Features may not work as expected.
This version is a development version. Features may not work as expected.

The branch of this README file is `dev_2.11`.
This branch is intended for maintenance releases in the 2.11 line with Java 6 compatibility and plugin support.
The main goal is to include important fixes only.
Main development (bug fixes and new features) is happening in the [master branch](https://github.com/JabRef/jabref/tree/master).
Please check it for latest development information.

JabRef is a graphical Java application for editing bibtex (`.bib`) databases.
JabRef lets you organize your entries into overlapping logical groups, and with a single click limit your view to a single group or an intersection or union of several groups.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test {
}
}

version = "2.11b5"
version = "2.11dev"

repositories {
jcenter()
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->

<!-- some version information -->
<property name="jabref.version" value="2.11b5" />
<property name="jabref.version.full" value="2.11.5.0" /> <!-- a version number with 4 places. Required by launch4j -->
<property name="jabref.version" value="2.11dev" />
<property name="jabref.version.full" value="2.11.6.0" /> <!-- a version number with 4 places. Required by launch4j -->
<property name="jabref.year" value="2015" />
<property name="jabref.placeholder.version" value="@version@" />
<property name="jabref.placeholder.year" value="@year@" />
Expand Down

0 comments on commit 4f4c58a

Please sign in to comment.