Skip to content

Commit 5cf1a89

Browse files
Updated version number
1 parent 3c74471 commit 5cf1a89

5 files changed

+8
-8
lines changed

make_installer_data.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
CONFIG_DIR=qr-encoder/config
44
DATA_DIR=qr-encoder/packages/com.vendor.product/data
55
META_DIR=qr-encoder/packages/com.vendor.product/meta
6-
VERSION_STR="yy.mm"
6+
VERSION_STR="24.11"
77

88
mkdir -p $CONFIG_DIR
99
mkdir -p $DATA_DIR

src/mainwindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ void MainWindow::show_About_menu() const noexcept {
214214
"\n"
215215
"\tGithub: https://github.com/lluisalemanypuig/qr-encoder\n"
216216
"\n"
217-
"Version yy.mm -- Distributed under GNU Affero GPL.\n"
217+
"Version 24.11 -- Distributed under GNU Affero GPL.\n"
218218
"\n"
219219
"Feel free to distribute and modify the program (while complying with the "
220220
"terms and conditions imposed by the licence).\n"

src/qr-encoder_ca_ES.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ Contact:
664664

665665
Github: https://github.com/lluisalemanypuig/qr-encoder
666666

667-
Version yy.mm -- Distributed under GNU Affero GPL.
667+
Version 24.11 -- Distributed under GNU Affero GPL.
668668

669669
Feel free to distribute and modify the program (while complying with the terms and conditions imposed by the licence).
670670

@@ -687,7 +687,7 @@ Contacte:
687687

688688
Github: https://github.com/lluisalemanypuig/qr-encoder
689689

690-
Versió yy.mm -- Distribuït sota la llicència GNU Affero GPL
690+
Versió 24.11 -- Distribuït sota la llicència GNU Affero GPL
691691

692692
Distribueix i modifica el programa amb tota llibertat (sempre i quan es compleixi amb els termes i condicions de la llicència).
693693

src/qr-encoder_en_GB.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ Contact:
667667

668668
Github: https://github.com/lluisalemanypuig/qr-encoder
669669

670-
Version yy.mm -- Distributed under GNU Affero GPL.
670+
Version 24.11 -- Distributed under GNU Affero GPL.
671671

672672
Feel free to distribute and modify the program (while complying with the terms and conditions imposed by the licence).
673673

@@ -689,7 +689,7 @@ Contact:
689689

690690
Github: https://github.com/lluisalemanypuig/qr-encoder
691691

692-
Version yy.mm -- Distributed under GNU Affero GPL.
692+
Version 24.11 -- Distributed under GNU Affero GPL.
693693

694694
Feel free to distribute and modify the program (while complying with the terms and conditions imposed by the licence).
695695

src/qr-encoder_es_ES.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ Contact:
668668

669669
Github: https://github.com/lluisalemanypuig/qr-encoder
670670

671-
Version yy.mm -- Distributed under GNU Affero GPL.
671+
Version 24.11 -- Distributed under GNU Affero GPL.
672672

673673
Feel free to distribute and modify the program (while complying with the terms and conditions imposed by the licence).
674674

@@ -690,7 +690,7 @@ Contacto:
690690

691691
Github: https://github.com/lluisalemanypuig/qr-encoder
692692

693-
Versión yy.mm -- Este programa está distribuido bajo la licencia GNU Affero GPL.
693+
Versión 24.11 -- Este programa está distribuido bajo la licencia GNU Affero GPL.
694694

695695
Distribuye y modifica este programa libremente (siempre que se cumpla con los términos y condiciones de la licencia).
696696

0 commit comments

Comments
 (0)