Skip to content

Commit 69d105f

Browse files
committed
Update the version number to 1.3.0.
1 parent 4dc1a94 commit 69d105f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Quadra 1.2.1
2+
Quadra 1.3.0
33

44
* Now using SDL2 and Boost to provide a (more) portable platform.
55

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ([2.68])
22

33
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])
55
AC_CONFIG_SRCDIR([source/quadra.cc])
66
AC_CONFIG_MACRO_DIR([m4])
77

source/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
// The version numbers should be kept in sync with configure.ac.
33
#define VERSION_MAJOR 1
4-
#define VERSION_MINOR 2
4+
#define VERSION_MINOR 3
55
#define VERSION_PATCHLEVEL 0
66
#define VERSION_EXTRA ""
7-
#define VERSION_STRING "1.2.0\0"
7+
#define VERSION_STRING "1.3.0\0"
88

0 commit comments

Comments
 (0)