Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 60c7bee4 authored by Kostis ANAGNOSTOPOULOS's avatar Kostis ANAGNOSTOPOULOS
Browse files

reversion beta1-->beta0

parent 67f767df
No related branches found
No related tags found
No related merge requests found
...@@ -18,14 +18,15 @@ The following directories/files must be provided in the application folder (e.g. ...@@ -18,14 +18,15 @@ The following directories/files must be provided in the application folder (e.g.
Checklist to build a new release: Checklist to build a new release:
- Make zip-folder named with the "Semantic-version", ie: 2014_15_5-VECTO-2.0.1-beta1. - Make zip-folder named with the "Semantic-version", ie: 2014_15_5-VECTO-2.0.1-beta1.
- Copy into it: - Copy into it:
- executable (`.EXE`) - executable (`.EXE`) (from bin/Debug when pre/beta release)
- itextsharp.dll - itextsharp.dll
- Newtonsoft.Json.dll - Newtonsoft.Json.dll
- vectolic.dll (check for right version!! Source is currently in beta for file signing features) - 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 (dir)
- User Manual\Release Notes.pdf (generate(!) it from source)
- Declaration (dir) - Declaration (dir)
- Generic Vehicles (dir) - Generic Vehicles (dir)
- Make a temp-copy of the folder and run it with a license to check everything alright
- ZIP the folder. - ZIP the folder.
- Upload into CITNet's SVN: - Upload into CITNet's SVN:
https://webgate.ec.europa.eu/CITnet/svn/VECTO/trunk/Share/ https://webgate.ec.europa.eu/CITnet/svn/VECTO/trunk/Share/
......
...@@ -12,7 +12,7 @@ Imports System.Collections.Generic ...@@ -12,7 +12,7 @@ Imports System.Collections.Generic
Module VECTO_Global 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 Const LicSigAppCode As String = "VECTO-Release-0093C61E0A2E4BFA9A7ED7E729C56AE4"
Public MyAppPath As String Public MyAppPath As String
Public MyConfPath As String Public MyConfPath As String
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment