Lines Matching full:protobuf_version
70 expected_major_version such that the PROTOBUF_VERSION in src/Makefile.am is
140 r'^#define PROTOBUF_VERSION .*$',
141 '#define PROTOBUF_VERSION %s' % cpp_version,
172 r'^#define PROTOBUF_VERSION .*$',
173 '#define PROTOBUF_VERSION %s' % cpp_version,
196 r'^#if PROTOBUF_VERSION < .*$',
197 '#if PROTOBUF_VERSION < %s' % cpp_version,
282 r'^PROTOBUF_VERSION = .*$',
283 'PROTOBUF_VERSION = %s' % ":".join(map(str,GetSharedObjectVersion())),
376 RewriteTextFile('protobuf_version.bzl',
378 r"^PROTOBUF_VERSION = '.*'$",
379 "PROTOBUF_VERSION = '%s'" % GetFullVersion(),