mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
FlatBuffers Version v24.3.25
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
printf -v year '%(%y)T' -1
|
||||
printf -v month '%(%-m)T' -1
|
||||
printf -v day '%(%-d)T' -1
|
||||
# Read the date as in the Pacific TZ, with no leading padding
|
||||
read year month day <<<$(date --date="TZ=\"US/Pacific\"" +'%-y %-m %-d')
|
||||
|
||||
version="$year.$month.$day"
|
||||
version_underscore="$year\_$month\_$day"
|
||||
|
||||
Reference in New Issue
Block a user