Skip to content

Commit

Permalink
[UcsFPHub] Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wqweto committed Jul 21, 2019
1 parent 558b425 commit 696c90a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contrib/UcsFPHub/src/UcsFPHub.vbp
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ HelpContextID="0"
CompatibleMode="0"
MajorVer=0
MinorVer=1
RevisionVer=3
RevisionVer=4
AutoIncrementVer=0
ServerSupportFiles=0
VersionComments="UcsFPHub"
VersionCompanyName="Unicontsoft"
VersionFileDescription="Unicontsoft Fiscal Printers Hub (0.1.3)"
VersionFileDescription="Unicontsoft Fiscal Printers Hub (0.1.4)"
VersionLegalCopyright="Copyright � 2019 Unicontsoft"
VersionProductName="Unicontsoft Fiscal Printers Hub"
CompilationType=0
Expand Down
4 changes: 2 additions & 2 deletions contrib/UcsFPHub/src/mdStartup.bas
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Private Declare Function ExpandEnvironmentStrings Lib "kernel32" Alias "ExpandEn
' Constants and member variables
'=========================================================================

Private Const STR_VERSION As String = "0.1.3"
Private Const STR_VERSION As String = "0.1.4"
Private Const STR_SERVICE_NAME As String = "UcsFPHub"
Private Const STR_DISPLAY_NAME As String = "Unicontsoft Fiscal Printers Hub " & STR_VERSION
Private Const STR_DISPLAY_NAME As String = "Unicontsoft Fiscal Printers Hub (" & STR_VERSION & ")"
Private Const STR_AUTODETECTING_PRINTERS As String = "Àâòîìàòè÷íî òúðñåíå íà ïðèíòåðè"
Private Const STR_ENVIRON_VARS_FOUND As String = "Êîíôèãóðèðàíè %1 ïðîìåíëèâè íà ñðåäàòà"
Private Const STR_PRINTERS_FOUND As String = "Íàìåðåíè %1 ïðèíòåðà"
Expand Down

0 comments on commit 696c90a

Please sign in to comment.