projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26dd616
)
i hope this is the right stuff to change
author
Mikael Magnusson
<mikachu@comhem.se>
Sun, 20 Aug 2006 21:03:31 +0000
(21:03 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Sun, 20 Aug 2006 21:03:31 +0000
(21:03 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 9738faa9f16f3b4412b6a5e3d116cc0f8431f0a9..bb85c396b0452fccd7bbcb48017cfb114451621d 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,5
+1,5
@@
AC_PREREQ([2.54])
-AC_INIT([openbox], [3.3
-rc2
], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.3], [http://bugzilla.icculus.org])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([openbox/openbox.c])
@@
-15,9
+15,9
@@
dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match
dnl
OB_MAJOR_VERSION=3
OB_MINOR_VERSION=3
-OB_MICRO_VERSION=
3
-OB_INTERFACE_AGE=
1
-OB_BINARY_AGE=
3
+OB_MICRO_VERSION=
4
+OB_INTERFACE_AGE=
0
+OB_BINARY_AGE=
4
OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION
AC_SUBST(OB_MAJOR_VERSION)