diff --git a/History.txt b/History.txt index 88e53ca60c0cffe1bdaf207ccf32ee93bfd291eb..330fcfb7dae6bcefd52287c06a500df011c893c1 100755 --- a/History.txt +++ b/History.txt @@ -1,4 +1,4 @@ -=== 1.6.26 / YYYY-MM-DD +=== 1.6.26 / 2013-02-16 * Mark all text strings retrieved from fox as UTF-8 when running on Ruby 1.9 * Fix loading error on Ruby 1.8.7 by renaming the C++ extension to fox16_c diff --git a/lib/fox16/version.rb b/lib/fox16/version.rb index dcf3fa617e0895b222ff3d4091478e31bd4136be..360667346614930a8a30047da217e5a896aa8c31 100755 --- a/lib/fox16/version.rb +++ b/lib/fox16/version.rb @@ -1,5 +1,5 @@ module Fox def Fox.fxrubyversion - "1.6.26.pre1" + "1.6.26" end end