aboutsummaryrefslogtreecommitdiffstats
path: root/msdos
diff options
context:
space:
mode:
authorGlenn Morris2013-03-04 19:53:34 -0800
committerGlenn Morris2013-03-04 19:53:34 -0800
commitd6ec4070892d283dabc346ddc079597b1dc1340e (patch)
tree1ef4ff5ae927f395f9dfb4ffcb34d639b5aca760 /msdos
parentb3cdfd9e06a5647767fbbb6448da6f9039fbf787 (diff)
downloademacs-d6ec4070892d283dabc346ddc079597b1dc1340e.tar.gz
emacs-d6ec4070892d283dabc346ddc079597b1dc1340e.zip
Bump version to 24.3 (only a release candidate at the moment)
Diffstat (limited to 'msdos')
-rw-r--r--msdos/sed2v2.inp2
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index 1237fd16aaa..b760d1d6396 100644
--- a/msdos/sed2v2.inp
+++ b/msdos/sed2v2.inp
@@ -71,7 +71,7 @@
71/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ 71/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
72/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ 72/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
73/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/ 73/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/
74/^#undef VERSION/s/^.*$/#define VERSION "24.2.93"/ 74/^#undef VERSION/s/^.*$/#define VERSION "24.3"/
75/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/ 75/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/
76/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ 76/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
77/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ 77/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/