Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
textbrowser committed Dec 25, 2021
1 parent 17b0af1 commit 209ad23
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Maintainer: [email protected]
Package: QtChess
Priority: optional
Section: Games
Version: 2021.12.01
Version: 2021.12.25
Description: QtChess
Welcome to QtChess!
QtChess is governed by a BSD license. Enjoy!
4 changes: 2 additions & 2 deletions Documentation/README.DEBIAN
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Preparing QtChess-x_amd64.deb:
mkdir -p qtchess-debian/usr/local
cp -pr ./DEBIAN qtchess-debian/.
cp -r ./usr/local/qtchess qtchess-debian/usr/local/.
fakeroot dpkg-deb --build qtchess-debian QtChess-2021.12.01_amd64.deb
fakeroot dpkg-deb --build qtchess-debian QtChess-2021.12.25_amd64.deb
make distclean
rm -fr ./qtchess-debian
rm -fr ./usr
rm -fr ./usr
4 changes: 2 additions & 2 deletions Documentation/README.RASPBIAN
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Preparing QtChess-x_armhf.deb:
mkdir -p qtchess-debian/usr/local
cp -pr ./RASPBIAN qtchess-debian/DEBIAN
cp -r ./usr/local/qtchess qtchess-debian/usr/local/.
fakeroot dpkg-deb --build qtchess-debian QtChess-2021.12.01_armhf.deb
fakeroot dpkg-deb --build qtchess-debian QtChess-2021.12.25_armhf.deb
make distclean
rm -fr ./qtchess-debian
rm -fr ./usr
rm -fr ./usr
2 changes: 1 addition & 1 deletion RASPBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Maintainer: [email protected]
Package: QtChess
Priority: optional
Section: Games
Version: 2021.12.01
Version: 2021.12.25
Description: QtChess
Welcome to QtChess on ARM!
QtChess is governed by a BSD license. Enjoy!
2 changes: 1 addition & 1 deletion Source/qtchess.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#include "qtchess_definitions.h"

#define QTCHESS_VERSION "2021.12.01"
#define QTCHESS_VERSION "2021.12.25"

class qtchess: public QObject
{
Expand Down

0 comments on commit 209ad23

Please sign in to comment.