From bc88e1404b430747ebbacd4a1e0d364e8deda3f0 Mon Sep 17 00:00:00 2001 From: codestation Date: Sat, 3 May 2014 08:54:09 -0430 Subject: [PATCH] Fix translation. Update version in nsis script. --- resources/translations/qcma_es.ts | 9 ++++----- windows/qcma.nsi | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/resources/translations/qcma_es.ts b/resources/translations/qcma_es.ts index 2259ce7..6a990c9 100644 --- a/resources/translations/qcma_es.ts +++ b/resources/translations/qcma_es.ts @@ -289,7 +289,7 @@ SQLite - + SQLite @@ -418,7 +418,7 @@ Copyright (C) 2014 Codestation - Copyright (C) 2013 Codestation {2014 ?} + Copyright (C) 2014 Codestation @@ -426,11 +426,10 @@ build hash: %1 build branch: %2 - Copyright (C) 2013 Codestation + Copyright (C) 2014 Codestation Hash de compilación: %1 -Rama de compilación: %2 {2014 ?} {1 -?} +Rama de compilación: %2 Copyright (C) 2013 Codestation diff --git a/windows/qcma.nsi b/windows/qcma.nsi index ad36a33..efea884 100644 --- a/windows/qcma.nsi +++ b/windows/qcma.nsi @@ -10,7 +10,7 @@ !define PRODUCT_EXE_NAME "qcma.exe" !define PRODUCT_VERSION_MAJOR 0 !define PRODUCT_VERSION_MINOR 3 -!define PRODUCT_VERSION_BUILD 0 +!define PRODUCT_VERSION_BUILD 1 !define PRODUCT_PUBLISHER "codestation" !define PRODUCT_WEB_SITE "https://github.com/codestation/qcma" !define HELPURL "https://github.com/xiannox/qcma/wiki"