Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
glibmm
Commits
0582d593
Commit
0582d593
authored
Jun 10, 2007
by
Murray Cumming
Browse files
Increased version
svn path=/branches/glibmm-2-10/; revision=415
parent
55458070
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0582d593
2.10.12:
2007-06-10 Kalle Vahlman <zuh@iki.fi>
* glib/glibmm/propertyproxy_base.cc: Move PropertyProxyConnectionNode
...
...
NEWS
View file @
0582d593
2.10.12:
* Fix the build when properties are disabled.
(Kalle Vahlman)
2.10.11:
* Correctly ifdef-out initialization of deprecated classes.
...
...
configure.in
View file @
0582d593
...
...
@@ -19,7 +19,7 @@ AC_PREREQ(2.50)
#########################################################################
GLIBMM_MAJOR_VERSION=2
GLIBMM_MINOR_VERSION=10
GLIBMM_MICRO_VERSION=1
1
GLIBMM_MICRO_VERSION=1
2
GLIBMM_VERSION=$GLIBMM_MAJOR_VERSION.$GLIBMM_MINOR_VERSION.$GLIBMM_MICRO_VERSION
GLIBMM_RELEASE=$GLIBMM_MAJOR_VERSION.$GLIBMM_MINOR_VERSION
AC_DEFINE_UNQUOTED([GLIBMM_MAJOR_VERSION], $GLIBMM_MAJOR_VERSION, [Major Version])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment