From: miker Date: Fri, 6 May 2011 17:02:11 +0000 (+0000) Subject: Properly tag the branch for the staff client build as suggested by tsbere X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=41fa77bbc5fc372208ad94cf178c82104f31c469;p=working%2FEvergreen.git Properly tag the branch for the staff client build as suggested by tsbere git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_1@20445 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/windowssetup.nsi b/Open-ILS/xul/staff_client/windowssetup.nsi index f2b3164c07..9c7ba08f69 100644 --- a/Open-ILS/xul/staff_client/windowssetup.nsi +++ b/Open-ILS/xul/staff_client/windowssetup.nsi @@ -3,7 +3,7 @@ ; HM NIS Edit Wizard helper defines ; Old versions of makensis don't like this, moved to Makefile ;!define /file PRODUCT_VERSION "client/VERSION" -!define PRODUCT_TAG "Trunk" +!define PRODUCT_TAG "2.1" !define PRODUCT_INSTALL_TAG "${PRODUCT_TAG}" !define UI_IMAGESET "beta" ;!define UI_IMAGESET "release"