mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
nightly update
This commit is contained in:
parent
f34d89a706
commit
9a4c9a67b0
@ -1,3 +1,7 @@
|
||||
2011-01-04 12:49 dimitr
|
||||
M src/jrd/dpm.epp
|
||||
Fixed my stupid mistake.
|
||||
|
||||
2010-12-29 08:35 dimitr
|
||||
M builds/win32/msvc7/Firebird2.sln
|
||||
D builds/win32/msvc7/gds32.vcproj
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:18382
|
||||
FORMAL BUILD NUMBER:18383
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.1.4.18382"
|
||||
#define FILE_VER_STRING "WI-V2.1.4.18382"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.4.18382"
|
||||
#define FILE_VER_NUMBER 2, 1, 4, 18382
|
||||
#define PRODUCT_VER_STRING "2.1.4.18383"
|
||||
#define FILE_VER_STRING "WI-V2.1.4.18383"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.4.18383"
|
||||
#define FILE_VER_NUMBER 2, 1, 4, 18383
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "1"
|
||||
#define FB_REV_NO "4"
|
||||
#define FB_BUILD_NO "18382"
|
||||
#define FB_BUILD_NO "18383"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=1
|
||||
RevNo=4
|
||||
BuildNum=18382
|
||||
BuildNum=18383
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user