Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
hygonsoc
orc
Commits
b70ef3f5
Commit
b70ef3f5
authored
Aug 24, 2013
by
David Schleef
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.4.18
parent
eb9108ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
RELEASE
RELEASE
+11
-0
configure.ac
configure.ac
+2
-2
No files found.
RELEASE
View file @
b70ef3f5
0.4.18
======
Maintenance
release
:
-
Important
bugfix
in
reading
constants
from
bytecode
.
(
Tim
-
Philipp
M
ü
ller
and
Sebastian
Dr
ö
ge
)
-
Documentation
and
code
cleanup
(
Stefan
Sauer
)
-
Fix
cache
flushing
on
iOS
(
Andoni
Morales
Alastruey
)
0.4.17
======
...
...
configure.ac
View file @
b70ef3f5
AC_PREREQ([2.58])
AC_INIT(orc,0.4.1
7.1
)
AC_INIT(orc,0.4.1
8
)
dnl don't forget to update libversion
AS_NANO(ORC_GIT=no,ORC_GIT=yes)
...
...
@@ -17,7 +17,7 @@ dnl - library source changed -> increment REVISION
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
ORC_LIBVERSION="1
7
:0:1
7
"
ORC_LIBVERSION="1
8
:0:1
8
"
AC_SUBST(ORC_LIBVERSION)
AC_LIBTOOL_WIN32_DLL
AC_LIBTOOL_TAGS([])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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