Skip to content

Commit

Permalink
[1.2.7] Reorganise a lot of things, add Support for Cameradata
Browse files Browse the repository at this point in the history
  • Loading branch information
blubbfish committed Jun 24, 2019
1 parent 6a871ba commit 8f412d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Lora-Map/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Fraunhofer FIT")]
[assembly: AssemblyProduct("Lora-Map")]
[assembly: AssemblyCopyright("Copyright © 2018 - 29.04.2019")]
[assembly: AssemblyCopyright("Copyright © 2018 - 24.06.2019")]
[assembly: AssemblyTrademark("Fraunhofer FIT, BlubbFish")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("de-DE")]
Expand All @@ -33,8 +33,8 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.6")]
[assembly: AssemblyFileVersion("1.2.6")]
[assembly: AssemblyVersion("1.2.7")]
[assembly: AssemblyFileVersion("1.2.7")]

/*
* 1.1.1 Add Debian package config
Expand All @@ -51,4 +51,5 @@
* 1.2.4 Can draw Textmarkers on the Map, use MGRS (UTM) on the Map
* 1.2.5 #10 text Letzer Datenempfang is too long when scrollbar is there and #11 set textsize for every zoomlevel
* 1.2.6 New Types of marker for person
* 1.2.7 Reorganise a lot of things, add Support for Cameradata
*/
1 change: 1 addition & 0 deletions Lora-Map/dpkg/create-Builds.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mkdir ..\..\..\Builds
bash.exe -c "./make-deb.sh armhf"
bash.exe -c "./make-deb.sh amd64"
pause

0 comments on commit 8f412d1

Please sign in to comment.