diff --git a/ChangeLog b/ChangeLog index 456297d9b8..19f5210088 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ + 2012-04-19 05:14 alexpeshkoff + M src/remote/inet.cpp +fixed posix build + 2012-04-16 15:17 hvlad M src/remote/inet.cpp Fixed bug CORE-3819 : Wrong service name to port address resolution in database connection string diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index a78a18eb3b..052483a60a 100644 --- a/src/jrd/build_no.h +++ b/src/jrd/build_no.h @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29934 + FORMAL BUILD NUMBER:29935 */ -#define PRODUCT_VER_STRING "3.0.0.29934" -#define FILE_VER_STRING "WI-T3.0.0.29934" -#define LICENSE_VER_STRING "WI-T3.0.0.29934" -#define FILE_VER_NUMBER 3, 0, 0, 29934 +#define PRODUCT_VER_STRING "3.0.0.29935" +#define FILE_VER_STRING "WI-T3.0.0.29935" +#define LICENSE_VER_STRING "WI-T3.0.0.29935" +#define FILE_VER_NUMBER 3, 0, 0, 29935 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29934" +#define FB_BUILD_NO "29935" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index 672cf273f4..c0718532c7 100755 --- a/src/misc/writeBuildNum.sh +++ b/src/misc/writeBuildNum.sh @@ -9,7 +9,7 @@ BuildType=T MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29934 +BuildNum=29935 NowAt=`pwd` cd `dirname $0`