Skip to content

Commit

Permalink
version updated;
Browse files Browse the repository at this point in the history
  • Loading branch information
F1ash committed Aug 1, 2021
1 parent bce1531 commit db83a00
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -100,7 +100,7 @@ endif ()
set (PROJECT_NAME ${PROJ_PREFIX}-virt-manager)
set (VERSION_MAJOR 0)
set (VERSION_MINOR 72)
set (VERSION_MICRO 98)
set (VERSION_MICRO 99)

set (QTERM_UI_SRC
src/vm_viewer/qterminal/forms/qterminal.ui
Expand Down
3 changes: 3 additions & 0 deletions Changelog
Expand Up @@ -260,3 +260,6 @@ fixes for new krdc version;
0.72.98 :
some fixes for build with new Qt and CPP version;
donation card corrected;

0.72.99 :
deleted extern C switch;
5 changes: 4 additions & 1 deletion qt-virt-manager.spec
@@ -1,7 +1,7 @@
%global binname qt5-virt-manager

Name: qt-virt-manager
Version: 0.72.98
Version: 0.72.99
Release: 1%{?dist}
Summary: Qt Virtual Machine Manager

Expand Down Expand Up @@ -114,6 +114,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/qt5-remote-viewer.de


%changelog
* Sun Aug 1 2021 Fl@sh <kaperang07@gmail.com> - 0.72.99-1
- version updated;

* Tue May 18 2021 Fl@sh <kaperang07@gmail.com> - 0.72.98-1
- version updated;

Expand Down

0 comments on commit db83a00

Please sign in to comment.