Skip to content

Commit 697f84d

Browse files
Updated version number
1 parent e2d7d96 commit 697f84d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

make_installer_data.sh

Lines changed: 1 addition & 1 deletion
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.10"
77

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

src/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ void MainWindow::show_About_menu() const noexcept {
207207
"\n"
208208
"\tGithub: https://github.com/lluisalemanypuig/qr-encoder\n"
209209
"\n"
210-
"Version yy.mm -- Distributed under GNU Affero GPL.\n"
210+
"Version 24.10 -- Distributed under GNU Affero GPL.\n"
211211
"\n"
212212
"Feel free to distribute and modify the program (while complying with the "
213213
"terms and conditions imposed by the licence).\n"

src/qr-encoder_ca_ES.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ Contact:
620620

621621
Github: https://github.com/lluisalemanypuig/qr-encoder
622622

623-
Version yy.mm -- Distributed under GNU Affero GPL.
623+
Version 24.10 -- Distributed under GNU Affero GPL.
624624

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

@@ -643,7 +643,7 @@ Contacte:
643643

644644
Github: https://github.com/lluisalemanypuig/qr-encoder
645645

646-
Versió yy.mm -- Distribuït sota la llicència GNU Affero GPL
646+
Versió 24.10 -- Distribuït sota la llicència GNU Affero GPL
647647

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

src/qr-encoder_en_GB.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ Contact:
623623

624624
Github: https://github.com/lluisalemanypuig/qr-encoder
625625

626-
Version yy.mm -- Distributed under GNU Affero GPL.
626+
Version 24.10 -- Distributed under GNU Affero GPL.
627627

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

@@ -645,7 +645,7 @@ Contact:
645645

646646
Github: https://github.com/lluisalemanypuig/qr-encoder
647647

648-
Version yy.mm -- Distributed under GNU Affero GPL.
648+
Version 24.10 -- Distributed under GNU Affero GPL.
649649

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

src/qr-encoder_es_ES.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ Contact:
624624

625625
Github: https://github.com/lluisalemanypuig/qr-encoder
626626

627-
Version yy.mm -- Distributed under GNU Affero GPL.
627+
Version 24.10 -- Distributed under GNU Affero GPL.
628628

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

@@ -646,7 +646,7 @@ Contacto:
646646

647647
Github: https://github.com/lluisalemanypuig/qr-encoder
648648

649-
Versión yy.mm -- Este programa está distribuido bajo la licencia GNU Affero GPL.
649+
Versión 24.10 -- Este programa está distribuido bajo la licencia GNU Affero GPL.
650650

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

0 commit comments

Comments
 (0)