Merge
--HG-- branch : develop
This commit is contained in:
commit
7b5c096efa
|
@ -1,3 +1,9 @@
|
|||
# Version 0.2.2 Released February 11, 2014
|
||||
- Macros Q_DECL_NOEXCEPT_EXPR don't work in gcc 4.6.
|
||||
- Change in build dependency for deb package. Add new architecture for deb file.
|
||||
- Added spec file for rpm package.
|
||||
- Fix valentina.desktop.
|
||||
|
||||
# Version 0.2.1 Released December 8, 2013
|
||||
- Problem with compilation in console in Ubuntu.
|
||||
- Problem with compilation on windows with msvc.
|
||||
|
|
4
dist/debian/changelog
vendored
4
dist/debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
valentina (0.2.1) saucy; urgency=low
|
||||
valentina (0.2.2) saucy; urgency=low
|
||||
|
||||
* Change version number
|
||||
* Add new dependions qttools5-dev-tools
|
||||
|
||||
-- Roman Telezhinsky <dismine@gmail.com> Mon, 10 Feb 2014 09:23:59 +0200
|
||||
|
|
2
dist/rpm/valentina.spec
vendored
2
dist/rpm/valentina.spec
vendored
|
@ -10,7 +10,7 @@ BuildRequires: pkgconfig(Qt5Core) libqt5-qttools >= 5.0.0 libQtSvg-devel >= 5.0
|
|||
BuildRequires: libqt5-qtbase-devel >= 5.0.0 libqt5-qttools >= 5.0.0 libQt5Svg-devel >= 5.0.0 ccache update-desktop-files
|
||||
%endif
|
||||
|
||||
Version: 0.2.1
|
||||
Version: 0.2.2
|
||||
Release: 1
|
||||
URL: https://bitbucket.org/dismine/valentina
|
||||
License: GPL-3.0+
|
||||
|
|
2
dist/valentina.nsi
vendored
2
dist/valentina.nsi
vendored
|
@ -3,7 +3,7 @@
|
|||
|
||||
!define MUI_PRODUCT "Valentina"
|
||||
!define MUI_FILE "valentina"
|
||||
!define MUI_VERSION "0.2.1-dev"
|
||||
!define MUI_VERSION "0.2.2"
|
||||
!define MUI_BRANDINGTEXT "Valentina ${MUI_VERSION}"
|
||||
!define WEBSITE_LINK "https://bitbucket.org/dismine/valentina"
|
||||
!define PUBLISHER "Roman Telezhinsky"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
extern const int MAJOR_VERSION = 0;
|
||||
extern const int MINOR_VERSION = 2;
|
||||
extern const int DEBUG_VERSION = 1;
|
||||
extern const int DEBUG_VERSION = 2;
|
||||
|
||||
extern const QString APP_VERSION(QStringLiteral("%1.%2.%3").arg(MAJOR_VERSION).arg(MINOR_VERSION).arg(DEBUG_VERSION));
|
||||
extern const QString WARRANTY("The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE "
|
||||
|
|
Loading…
Reference in New Issue
Block a user