diff --git a/README.md b/README.md index 55b1c07b5033f6fa3fc2a58eaef68a537faf7ad3..d943acfd8922a8c3b8defea38cfc49e81730141b 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,15 @@ The following directories/files must be provided in the application folder (e.g. Checklist to build a new release: - Make zip-folder named with the "Semantic-version", ie: 2014_15_5-VECTO-2.0.1-beta1. - Copy into it: - - executable (`.EXE`) + - executable (`.EXE`) (from bin/Debug when pre/beta release) - itextsharp.dll - Newtonsoft.Json.dll - vectolic.dll (check for right version!! Source is currently in beta for file signing features) - - User Manual\Release Notes.pdf - User Manual (dir) + - User Manual\Release Notes.pdf (generate(!) it from source) - Declaration (dir) - Generic Vehicles (dir) +- Make a temp-copy of the folder and run it with a license to check everything alright - ZIP the folder. - Upload into CITNet's SVN: https://webgate.ec.europa.eu/CITnet/svn/VECTO/trunk/Share/ diff --git a/VECTO/VECTO_Global.vb b/VECTO/VECTO_Global.vb index 6386bebc08d6729962f24fbd8e6ad51ec4725016..e7bdce43b302644e99adcf223afcacaeea056df1 100644 --- a/VECTO/VECTO_Global.vb +++ b/VECTO/VECTO_Global.vb @@ -12,7 +12,7 @@ Imports System.Collections.Generic Module VECTO_Global - Public Const VECTOvers As String = "2.0.1-beta1" + Public Const VECTOvers As String = "2.0.1-beta0" Public Const LicSigAppCode As String = "VECTO-Release-0093C61E0A2E4BFA9A7ED7E729C56AE4" Public MyAppPath As String Public MyConfPath As String