Pugs 6.2.13.3 → 6.2.13.4
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- Pugs.cabal +2/−2
- src/Pugs/Version.hs +2/−2
Pugs.cabal view
@@ -1,5 +1,5 @@ Name : Pugs-Version : 6.2.13.3+Version : 6.2.13.4 license : BSD3 license-file : LICENSE cabal-version : >= 1.2@@ -137,7 +137,7 @@ HsSyck >= 0.44 -- HsPerl5 - if flag(EnableReadLine)+ if !os(win32) && flag(EnableReadLine) build-depends: readline cpp-options: -DPUGS_HAVE_READLINE=1
src/Pugs/Version.hs view
@@ -14,10 +14,10 @@ -- #include "pugs_version.h" #ifndef PUGS_VERSION-#define PUGS_VERSION "6.2.13.3"+#define PUGS_VERSION "6.2.13.4" #endif #ifndef PUGS_DATE-#define PUGS_DATE "June 22, 2008"+#define PUGS_DATE "June 24, 2008" #endif #ifndef PUGS_SVN_REVISION #define PUGS_SVN_REVISION 0