diff options
Diffstat (limited to 'gcbv/version.h')
-rw-r--r-- | gcbv/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcbv/version.h b/gcbv/version.h index 7f0a43f..6d286d3 100644 --- a/gcbv/version.h +++ b/gcbv/version.h @@ -27,7 +27,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define VER_FILEVERSION 2,1,0,0 -#define VER_FILEVERSION_STR "2.1.0.0\0" -#define VER_PRODUCTVERSION 2,1,0,0 +#define VER_FILEVERSION 2,1,2,0 +#define VER_FILEVERSION_STR "2.1.2.0\0" +#define VER_PRODUCTVERSION 2,1,2,0 #define VER_PRODUCTVERSION_STR "2.1\0" |