Skip to content

Commit 191f182

Browse files
committed
switched version to 2.1.0-beta
1 parent db9e3b6 commit 191f182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Most of the project is released under the GPLv2 license,
1010
but please read the [LICENSE](LICENSE) file for additional information.
1111

1212
The master branch is used for the development of version 2.1.0,
13-
which will hopefully be released by the first solstice of 2016.
13+
which will be released by the end of May 2016.
1414
- https://github.com/LibreCAD/LibreCAD/milestones/2.1.0
1515
- http://forum.librecad.org/GUI-update-td5712246.html
1616

librecad/src/main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ int main(int argc, char** argv)
5252
QApplication app(argc, argv);
5353
QCoreApplication::setOrganizationName("LibreCAD");
5454
QCoreApplication::setApplicationName("LibreCAD");
55-
QCoreApplication::setApplicationVersion("2.1.0-alpha");
55+
QCoreApplication::setApplicationVersion("2.1.0-beta");
5656

5757
QSettings settings;
5858

0 commit comments

Comments
 (0)