Skip to content

Commit

Permalink
Update the version number to 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pphaneuf committed Aug 25, 2014
1 parent 4dc1a94 commit 69d105f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Quadra 1.2.1
Quadra 1.3.0

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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ([2.68])

dnl The version number should be kept in sync with version.h.
AC_INIT([quadra], [1.2.0], [[email protected]],, [https://github.com/quadra-game/quadra])
AC_INIT([quadra], [1.3.0], [[email protected]],, [https://github.com/quadra-game/quadra])
AC_CONFIG_SRCDIR([source/quadra.cc])
AC_CONFIG_MACRO_DIR([m4])

Expand Down
4 changes: 2 additions & 2 deletions source/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// The version numbers should be kept in sync with configure.ac.
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_MINOR 3
#define VERSION_PATCHLEVEL 0
#define VERSION_EXTRA ""
#define VERSION_STRING "1.2.0\0"
#define VERSION_STRING "1.3.0\0"

0 comments on commit 69d105f

Please sign in to comment.