Skip to content

Commit 17889df

Browse files
Updated version number
1 parent d768004 commit 17889df

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.03"
77

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

replace_version_number.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
REPLACE_WITH="yy.mm"
3+
REPLACE_WITH="24.03"
44

55
sed -i 's/yy.mm/'$REPLACE_WITH'/g' make_installer_data.sh
66
sed -i 's/yy.mm/'$REPLACE_WITH'/g' src/mainwindow.cpp

src/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void MainWindow::show_About_menu() const noexcept {
132132
"\n"
133133
"\tGithub: https://github.com/lluisalemanypuig/qr-encoder\n"
134134
"\n"
135-
"Version yy.mm -- Distributed under GNU Affero GPL.\n"
135+
"Version 24.03 -- Distributed under GNU Affero GPL.\n"
136136
"\n"
137137
"Feel free to distribute and modify the program (while complying with the "
138138
"terms and conditions imposed by the licence).\n"

src/qr-encoder_ca_ES.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Contacte:
156156

157157
Github: https://github.com/lluisalemanypuig/qr-encoder
158158

159-
Versió yy.mm -- Distribuït sota la llicència GNU Affero GPL
159+
Versió 24.03 -- Distribuït sota la llicència GNU Affero GPL
160160

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

src/qr-encoder_en_GB.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Contact:
156156

157157
Github: https://github.com/lluisalemanypuig/qr-encoder
158158

159-
Version yy.mm -- Distributed under GNU Affero GPL.
159+
Version 24.03 -- Distributed under GNU Affero GPL.
160160

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

src/qr-encoder_es_ES.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Contacto:
160160

161161
Github: https://github.com/lluisalemanypuig/qr-encoder
162162

163-
Versión yy.mm -- Este programa está distribuido bajo la licencia GNU Affero GPL.
163+
Versión 24.03 -- Este programa está distribuido bajo la licencia GNU Affero GPL.
164164

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

0 commit comments

Comments
 (0)