Skip to content

Commit

Permalink
Tomorrow.
Browse files Browse the repository at this point in the history
  • Loading branch information
textbrowser committed Sep 9, 2021
1 parent 2662f12 commit 002d963
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DEBIAN-POWERPC/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Maintainer: [email protected]
Package: BiblioteQ
Priority: optional
Section: Database
Version: 2021.09.09
Version: 2021.09.10
Description: BiblioteQ
Welcome to BiblioteQ on PowerPC!
BiblioteQ is governed by a BSD license. Enjoy!
Expand Down
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: BiblioteQ
Priority: optional
Section: Database
Version: 2021.09.09
Version: 2021.09.10
Description: BiblioteQ
Welcome to BiblioteQ!
BiblioteQ is governed by a BSD license. Enjoy!
Expand Down
2 changes: 1 addition & 1 deletion Documentation/README.DEBIAN
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mkdir -p biblioteq-debian/usr/share/applications
cp -p ./biblioteq.desktop biblioteq-debian/usr/share/applications/.
cp -pr ./DEBIAN biblioteq-debian/.
cp -r ./usr/local/biblioteq biblioteq-debian/usr/local/.
dpkg-deb --build biblioteq-debian BiblioteQ-2021.09.09_amd64.deb
dpkg-deb --build biblioteq-debian BiblioteQ-2021.09.10_amd64.deb
rm -fr ./usr
rm -fr biblioteq-debian
make distclean
2 changes: 1 addition & 1 deletion Documentation/README.PIOS_ARM64
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mkdir -p biblioteq-debian/usr/share/applications
cp -p ./biblioteq.desktop biblioteq-debian/usr/share/applications/.
cp -pr ./PIOS64 biblioteq-debian/DEBIAN
cp -r ./usr/local/biblioteq biblioteq-debian/usr/local/.
dpkg-deb --build biblioteq-debian BiblioteQ-2021.09.09_arm64.deb
dpkg-deb --build biblioteq-debian BiblioteQ-2021.09.10_arm64.deb
rm -fr ./usr
rm -fr biblioteq-debian
make distclean
2 changes: 1 addition & 1 deletion Documentation/README.POWERPC
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mkdir -p biblioteq-debian/usr/share/applications
cp -p ./biblioteq.desktop biblioteq-debian/usr/share/applications/.
cp -pr ./DEBIAN-POWERPC biblioteq-debian/DEBIAN
cp -r ./usr/local/biblioteq biblioteq-debian/usr/local/.
dpkg-deb --build biblioteq-debian BiblioteQ-2021.09.09_powerpc.deb
dpkg-deb --build biblioteq-debian BiblioteQ-2021.09.10_powerpc.deb
rm -fr ./usr
rm -fr biblioteq-debian
make distclean
2 changes: 1 addition & 1 deletion Documentation/README.RASPBIAN
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mkdir -p biblioteq-debian/usr/share/applications
cp -p ./biblioteq.desktop biblioteq-debian/usr/share/applications/.
cp -pr ./RASPBIAN biblioteq-debian/DEBIAN
cp -r ./usr/local/biblioteq biblioteq-debian/usr/local/.
dpkg-deb --build biblioteq-debian BiblioteQ-2021.09.09_armhf.deb
dpkg-deb --build biblioteq-debian BiblioteQ-2021.09.10_armhf.deb
rm -fr ./usr
rm -fr biblioteq-debian
make distclean
2 changes: 1 addition & 1 deletion PIOS64/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Maintainer: [email protected]
Package: BiblioteQ
Priority: optional
Section: Database
Version: 2021.09.09
Version: 2021.09.10
Description: BiblioteQ
Welcome to BiblioteQ on ARM64!
BiblioteQ is governed by a BSD license. Enjoy!
Expand Down
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: BiblioteQ
Priority: optional
Section: Database
Version: 2021.09.09
Version: 2021.09.10
Description: BiblioteQ
Welcome to BiblioteQ on ARM!
BiblioteQ is governed by a BSD license. Enjoy!
Expand Down
2 changes: 1 addition & 1 deletion Source/biblioteq.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define _BIBLIOTEQ_H_

#define BIBLIOTEQ_GUEST_ACCOUNT "xbook_guest"
#define BIBLIOTEQ_VERSION "2021.09.09"
#define BIBLIOTEQ_VERSION "2021.09.10"

#include "biblioteq_book.h"
#include "biblioteq_callnum_table_item.h"
Expand Down

0 comments on commit 002d963

Please sign in to comment.