Skip to content

Commit

Permalink
Build 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Inzirillo committed Nov 27, 2020
1 parent d7924ec commit 112743d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Project/Sources/Methods/AJUI_Btn_info.4dm
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
//%attributes = {"invisible":true,"shared":true,"lang":"en"}
// AJUI_Btn_info ( ) -> return
//
// return : (text) (return) return current version
//
// This method return the current version of AJUI Button
// AJUI_Btn_info ( ) -> return
//
// return : (text) (return) return current version
//
// This method return the current version of AJUI Button

If (False:C215)
// ----------------------------------------------------
// User name (OS): Gary Criblez
// Date and time: 19.07.19, 12:02:07
// ----------------------------------------------------
// Method: AJUI_Btn_info
// Description
//
//
// ----------------------------------------------------
// ----------------------------------------------------
// User name (OS): Gary Criblez
// Date and time: 19.07.19, 12:02:07
// ----------------------------------------------------
// Method: AJUI_Btn_info
// Description
//
//
// ----------------------------------------------------
End if


C_TEXT:C284($0)

$version_t:="1.4.0-Build179" // Wed, 05 Aug 2020 09:02:49 GMT
$version_t:="1.5.0-Build180" // Fri, 27 Nov 2020 10:02:24 GMT

$0:="AJUI Button(v18): "+$version_t
$0:="AJUI Button(v18-R4): "+$version_t

0 comments on commit 112743d

Please sign in to comment.