summaryrefslogtreecommitdiff
path: root/alpine/osdep/mswinver.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-19 10:57:53 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-19 10:57:53 -0700
commit99948a254e2c2352547b962cbd1c23738e7af6b3 (patch)
tree9c9fc9beed0c2f308f11fa27e2675104962ce5c0 /alpine/osdep/mswinver.c
parent082202c409cab376f0f0623635dc19e8468baafc (diff)
downloadalpine-99948a254e2c2352547b962cbd1c23738e7af6b3.tar.xz
* Initial release of Alpine version 2.22.
Diffstat (limited to 'alpine/osdep/mswinver.c')
-rw-r--r--alpine/osdep/mswinver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine/osdep/mswinver.c b/alpine/osdep/mswinver.c
index f43a54af..27a7bd37 100644
--- a/alpine/osdep/mswinver.c
+++ b/alpine/osdep/mswinver.c
@@ -1,7 +1,7 @@
/*
* ========================================================================
* Copyright 2006-2009 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
*/
#define VER_MAJOR 2
-#define VER_MINOR 21
+#define VER_MINOR 22
extern char datestamp[];