+0.4.9
+=====
+
+This is primarily a bug fixing release.
+
+Changes:
+
+ - Added handling for 64-bit constants
+ - Fix building and use of static library
+ - Fix register allocation on Win64 (still partly broken, however)
+ - Quiet some non-errors printed by orcc in 0.4.8.
+ - Fix implementation of several opcodes.
+
+Until this release, the shared libraries all had the same versioning
+information. This should be fixed going forward.
+
+
0.4.8
=====
AC_PREREQ([2.58])
-AC_INIT(orc,0.4.8.1)
+AC_INIT(orc,0.4.9)
dnl don't forget to update libversion
AS_NANO(ORC_CVS=no,ORC_CVS=yes)
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
-ORC_LIBVERSION="8:0:8"
+ORC_LIBVERSION="9:0:9"
AC_SUBST(ORC_LIBVERSION)
AC_LIBTOOL_WIN32_DLL
AC_LIBTOOL_TAGS([])