File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- Quadra 1.2.1
2
+ Quadra 1.3.0
3
3
4
4
* Now using SDL2 and Boost to provide a (more) portable platform.
5
5
Original file line number Diff line number Diff line change 1
1
AC_PREREQ ( [ 2.68] )
2
2
3
3
dnl The version number should be kept in sync with version.h.
4
- AC_INIT ( [ quadra] ,
[ 1.2 .0] ,
[ [email protected] ] ,,
[ https://github.com/quadra-game/quadra] )
4
+ AC_INIT ( [ quadra] ,
[ 1.3 .0] ,
[ [email protected] ] ,,
[ https://github.com/quadra-game/quadra] )
5
5
AC_CONFIG_SRCDIR ( [ source/quadra.cc] )
6
6
AC_CONFIG_MACRO_DIR ( [ m4] )
7
7
Original file line number Diff line number Diff line change 1
1
2
2
// The version numbers should be kept in sync with configure.ac.
3
3
#define VERSION_MAJOR 1
4
- #define VERSION_MINOR 2
4
+ #define VERSION_MINOR 3
5
5
#define VERSION_PATCHLEVEL 0
6
6
#define VERSION_EXTRA ""
7
- #define VERSION_STRING "1.2 .0\0"
7
+ #define VERSION_STRING "1.3 .0\0"
8
8
You can’t perform that action at this time.
0 commit comments