Update version to 3.6
This commit is contained in:
parent
224ecd74f1
commit
718b4c75c4
3 changed files with 15 additions and 15 deletions
18
configure.ac
18
configure.ac
|
@ -1,5 +1,5 @@
|
|||
AC_PREREQ([2.54])
|
||||
AC_INIT([openbox], [3.5.2], [http://bugzilla.icculus.org])
|
||||
AC_INIT([openbox], [3.6], [http://bugzilla.icculus.org])
|
||||
AC_CONFIG_SRCDIR([openbox/openbox.c])
|
||||
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
|
@ -29,17 +29,17 @@ dnl set RR_BINARY_AGE and RR_INTERFACE_AGE to 0.
|
|||
dnl if you set anything to 0, you should also bump the MINOR version.
|
||||
dnl
|
||||
RR_MAJOR_VERSION=3
|
||||
RR_MINOR_VERSION=5
|
||||
RR_MICRO_VERSION=30
|
||||
RR_INTERFACE_AGE=1
|
||||
RR_BINARY_AGE=1
|
||||
RR_MINOR_VERSION=6
|
||||
RR_MICRO_VERSION=31
|
||||
RR_INTERFACE_AGE=2
|
||||
RR_BINARY_AGE=2
|
||||
RR_VERSION=$RR_MAJOR_VERSION.$RR_MINOR_VERSION
|
||||
|
||||
OBT_MAJOR_VERSION=3
|
||||
OBT_MINOR_VERSION=5
|
||||
OBT_MICRO_VERSION=3
|
||||
OBT_INTERFACE_AGE=1
|
||||
OBT_BINARY_AGE=1
|
||||
OBT_MINOR_VERSION=6
|
||||
OBT_MICRO_VERSION=4
|
||||
OBT_INTERFACE_AGE=2
|
||||
OBT_BINARY_AGE=2
|
||||
OBT_VERSION=$OBT_MAJOR_VERSION.$OBT_MINOR_VERSION
|
||||
|
||||
AC_SUBST(RR_MAJOR_VERSION)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# English translations for openbox package.
|
||||
# Copyright (C) 2014 Dana Jansens
|
||||
# Copyright (C) 2015 Dana Jansens
|
||||
# This file is distributed under the same license as the openbox package.
|
||||
# Automatically generated, 2014.
|
||||
# Automatically generated, 2015.
|
||||
#
|
||||
# All this catalog "translates" are quotation characters.
|
||||
# The msgids must be ASCII and therefore cannot contain real quotation
|
||||
|
@ -30,7 +30,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openbox 3.5.2\n"
|
||||
"Project-Id-Version: openbox 3.6\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
|
||||
"POT-Creation-Date: 2014-11-05 16:51+0100\n"
|
||||
"PO-Revision-Date: 2014-11-05 16:51+0100\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# English translations for openbox package.
|
||||
# Copyright (C) 2014 Dana Jansens
|
||||
# Copyright (C) 2015 Dana Jansens
|
||||
# This file is distributed under the same license as the openbox package.
|
||||
# Automatically generated, 2014.
|
||||
# Automatically generated, 2015.
|
||||
#
|
||||
# All this catalog "translates" are quotation characters.
|
||||
# The msgids must be ASCII and therefore cannot contain real quotation
|
||||
|
@ -27,7 +27,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openbox 3.5.2\n"
|
||||
"Project-Id-Version: openbox 3.6\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
|
||||
"POT-Creation-Date: 2014-11-05 16:51+0100\n"
|
||||
"PO-Revision-Date: 2014-11-05 16:51+0100\n"
|
||||
|
|
Loading…
Reference in a new issue