mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-03-13 01:00:15 +01:00
Bump version to 2.3.4
This commit is contained in:
parent
84daa736a8
commit
6b29bbad77
@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
|
||||
set(CMAKE_LEGACY_CYGWIN_WIN32 0)
|
||||
|
||||
set(BYGFOOT_VERSION "2.3.3" CACHE STRING "Bygfoot version suffix")
|
||||
set(BYGFOOT_VERSION "2.3.4" CACHE STRING "Bygfoot version suffix")
|
||||
|
||||
project("bygfoot" C)
|
||||
|
||||
@ -173,6 +173,6 @@ add_custom_command(TARGET bygfoot POST_BUILD
|
||||
${CMAKE_BINARY_DIR}/support_files)
|
||||
|
||||
set(CPACK_PACKAGE_VERSION ${BYGFOOT_VERSION} CACHE STRING "cpack package vesion")
|
||||
set(BYGFOOT_VERSION "2.3.3" CACHE STRING "Bygfoot version suffix")
|
||||
set(BYGFOOT_VERSION "2.3.4" CACHE STRING "Bygfoot version suffix")
|
||||
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Bygfoot Developers")
|
||||
include(CPack)
|
||||
|
@ -51,7 +51,7 @@
|
||||
* Program version number and year (copyright).
|
||||
*/
|
||||
#ifndef VERS
|
||||
#define VERS "2.3.3"
|
||||
#define VERS "2.3.4"
|
||||
#endif
|
||||
#define YEAR "2005 - 2011"
|
||||
|
||||
|
@ -2,10 +2,10 @@
|
||||
#define BYGFOOT_PRIVATE_H
|
||||
|
||||
/* VERSION DEFINITIONS */
|
||||
#define VER_STRING "2.3.3"
|
||||
#define VER_STRING "2.3.4"
|
||||
#define VER_MAJOR 2
|
||||
#define VER_MINOR 3
|
||||
#define VER_RELEASE 3
|
||||
#define VER_RELEASE 4
|
||||
#define VER_BUILD 0
|
||||
#define COMPANY_NAME ""
|
||||
#define FILE_VERSION ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user